diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-21 14:09:15 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 16:10:48 +0100 |
commit | f9f123c6f6f9491c1141b423fca819874f387921 (patch) | |
tree | 0dd44bb5cf10d62485b358fe4705eba83f4723b0 /core/css | |
parent | 457a7d4baaf6a6e493dd604907d4c73890946f13 (diff) | |
download | nextcloud-server-f9f123c6f6f9491c1141b423fca819874f387921.tar.gz nextcloud-server-f9f123c6f6f9491c1141b423fca819874f387921.zip |
prevent shift of app titles caused by scrollbar
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index e1e97ba74b9..9e8337d6897 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -586,6 +586,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } color: #fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */ padding-bottom: 10px; + padding-left: 8px; /* prevent shift caused by scrollbar */ } /* icon opacity and hover effect */ |