Set a minimum width on the settings tab content
This prevents random controls from squishing themselves, at sacrifice of scrollbars and not-responsiveness.pull/21833/head
parent
7ff59c80aa
commit
b68ee8ac6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue