Move SettingsDialog width override to fixedWidth

Move the width overrides to the container so it's the same thing
dictating its size as the rest of the dialogs
pull/21833/head
David Baker 2019-04-08 14:17:18 +01:00
parent a53d9f59fe
commit 833b46d040
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,6 @@ limitations under the License.
.mx_SettingsDialog {
.mx_Dialog {
max-width: 1000px;
width: 90%;
height: 80%;
border-radius: 4px;
padding-top: 0;
@ -46,5 +44,10 @@ limitations under the License.
.mx_Dialog_fixedWidth {
width: 100%;
}
.mx_Dialog_fixedWidth {
max-width: 1000px;
width: 90%;
}
}
}