Merge pull request #10703 from owncloud/sometimes-allow-horizontal-scrollbar

allow horizontal scrollbar for personal and admin settings
This commit is contained in:
Thomas Müller 2014-08-29 10:14:13 +02:00
commit 745ec12002
1 changed files with 4 additions and 0 deletions

View File

@ -302,6 +302,10 @@ input[type="submit"].enabled {
-moz-box-sizing:border-box;
box-sizing:border-box;
}
/* allow horizontal scrollbar for personal and admin settings */
#body-settings:not(.snapjs-left) .app-settings {
overflow-x: auto;
}
#emptycontent {
font-size: 16px;