diff options
author | Robin Appelman <robin@icewind.nl> | 2016-12-01 14:17:47 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-12-01 14:17:47 +0100 |
commit | 214b9b74c43f98a0494666caabb1dec2bc363de5 (patch) | |
tree | ad4aaa8ff7a66400fbf521f77d7d03a57ce9c4a7 /settings | |
parent | f15ea9ec05a035ea5cdf03a8df701a8bc60ee38f (diff) | |
download | nextcloud-server-214b9b74c43f98a0494666caabb1dec2bc363de5.tar.gz nextcloud-server-214b9b74c43f98a0494666caabb1dec2bc363de5.zip |
dont grow items in the app list
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 23d6cd98007..1c1e2787810 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -538,7 +538,7 @@ span.version { } #apps-list .section { position: relative; - flex: 1 0 330px; + flex: 0 0 330px; margin: 0; padding-right: 50px; } |