Make fixed width dialogs actually fixed width again

Settings overrode that to be larger, so do the corresponding
override for the other part.
pull/21833/head
David Baker 2019-04-03 17:53:38 +01:00
parent c0867e8e48
commit 0a61d05ba2
2 changed files with 4 additions and 1 deletions

View File

@ -276,7 +276,7 @@ textarea {
}
.mx_Dialog_fixedWidth {
min-width: 60vw;
width: 60vw;
}
.mx_Dialog_staticWrapper .mx_Dialog {

View File

@ -43,5 +43,8 @@ limitations under the License.
margin-top: 16px;
margin-bottom: 24px;
}
.mx_Dialog_fixedWidth {
width: 90vw;
}
}
}