Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-12-01 16:17:47 +0300
committerRobin Appelman <robin@icewind.nl>2016-12-01 16:17:47 +0300
commit214b9b74c43f98a0494666caabb1dec2bc363de5 (patch)
treead4aaa8ff7a66400fbf521f77d7d03a57ce9c4a7 /settings/css
parentf15ea9ec05a035ea5cdf03a8df701a8bc60ee38f (diff)
dont grow items in the app list
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
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;
}