mirror of https://github.com/vector-im/riot-web
Merge pull request #2560 from matrix-org/travis/settings/fix-width
Set a minimum width on the settings tab contentpull/21833/head
commit
5d637d8523
|
@ -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