From b68ee8ac6a8e3c7b7b6260c2bd5d44d4b6fb97e8 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 1 Feb 2019 11:43:42 -0700 Subject: [PATCH] Set a minimum width on the settings tab content This prevents random controls from squishing themselves, at sacrifice of scrollbars and not-responsiveness. --- res/css/views/dialogs/_SettingsDialog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/dialogs/_SettingsDialog.scss b/res/css/views/dialogs/_SettingsDialog.scss index 68206f32aa..4a9708f6d1 100644 --- a/res/css/views/dialogs/_SettingsDialog.scss +++ b/res/css/views/dialogs/_SettingsDialog.scss @@ -30,6 +30,7 @@ limitations under the License. .mx_TabbedView .mx_SettingsTab { box-sizing: border-box; + min-width: 550px; padding-right: 130px; // Put some padding on the bottom to avoid the settings tab from