mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Merge pull request #2560 from matrix-org/travis/settings/fix-width
Set a minimum width on the settings tab content
This commit is contained in:
commit
5d637d8523
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