diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-09 11:22:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-09 11:22:41 +0100 |
commit | b93fc4fc5f30c4328a7aec47e8375c2bcee076cb (patch) | |
tree | 901ee523ed85d0e1379e76570b6ee77bf27bcd3c | |
parent | 254e0fa71a31d0ee77136ba0fee95fe7b136a4a0 (diff) | |
parent | 616a62a98d2f09320c2028368596f8286d823368 (diff) | |
download | nextcloud-server-b93fc4fc5f30c4328a7aec47e8375c2bcee076cb.tar.gz nextcloud-server-b93fc4fc5f30c4328a7aec47e8375c2bcee076cb.zip |
Merge pull request #22232 from owncloud/fix-user-settings-navigation
Fix scroll area in navigation of users management
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 501b8055561..978f9e44e58 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -247,9 +247,6 @@ input.userFilter {width: 200px;} /* APPS */ .appinfo { margin: 1em 40px; } -#app-navigation { - padding-bottom: 0px; -} #app-navigation .appwarning { background: #fcc; } |