Fix modal width when showing more fields

This commit is contained in:
Hillel Coren 2017-02-19 13:59:17 +02:00
parent 08abfe4844
commit 2d322bf2b3
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -810,7 +810,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
width: 760px; width: 760px;
} }
.large-dialog { .large-dialog {
width: 960px; width: 960px !important;
} }
.hide-desktop { .hide-desktop {
display: none; display: none;