fix rounded corners on modals

This commit is contained in:
Joel Calado 2021-11-01 21:23:13 +00:00
parent 7659b6ec3e
commit 3793bd6e4f

View File

@ -2989,6 +2989,7 @@ input:checked + .slider:before {
z-index:31;
min-width:500px;
max-width:90%;
overflow: hidden;
overflow-wrap: break-word;
}