mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
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:
parent
7ff59c80aa
commit
b68ee8ac6a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue