diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-21 17:21:23 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 16:10:48 +0100 |
commit | 3360719bbf3cb9a2b086b10b8b1a0a21e78531b4 (patch) | |
tree | ee63fccb0bb8795f505477af893d83182ea84939 /core/css | |
parent | f9f123c6f6f9491c1141b423fca819874f387921 (diff) | |
download | nextcloud-server-3360719bbf3cb9a2b086b10b8b1a0a21e78531b4.tar.gz nextcloud-server-3360719bbf3cb9a2b086b10b8b1a0a21e78531b4.zip |
prevent shift of app names caused by scrollbar, part 2
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 9e8337d6897..c9820c4ae3e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -586,7 +586,9 @@ 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 */ + /* prevent shift caused by scrollbar */ + padding-left: 8px; + width: 64px; } /* icon opacity and hover effect */ |