Set a minimum width on the settings tab content

This prevents random controls from squishing themselves, at sacrifice of scrollbars and not-responsiveness.
This commit is contained in:
Travis Ralston 2019-02-01 11:43:42 -07:00
parent 7ff59c80aa
commit b68ee8ac6a

View file

@ -30,6 +30,7 @@ limitations under the License.
.mx_TabbedView .mx_SettingsTab { .mx_TabbedView .mx_SettingsTab {
box-sizing: border-box; box-sizing: border-box;
min-width: 550px;
padding-right: 130px; padding-right: 130px;
// Put some padding on the bottom to avoid the settings tab from // Put some padding on the bottom to avoid the settings tab from