diff --git a/res/css/views/dialogs/_SettingsDialog.scss b/res/css/views/dialogs/_SettingsDialog.scss index 16c282ce58..609e2564bc 100644 --- a/res/css/views/dialogs/_SettingsDialog.scss +++ b/res/css/views/dialogs/_SettingsDialog.scss @@ -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%; + } } }