diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-29 07:13:06 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-29 07:14:18 +0100 |
commit | 60b65cde2b81d821a6b4963fdfd3d8e42ef3da84 (patch) | |
tree | d3bd7ba7df55c89e0c2909626b6561dcc599cce0 /core/css/styles.css | |
parent | e8ea9a5d276369c83d98ba4efe9bc969d06a9148 (diff) | |
download | nextcloud-server-60b65cde2b81d821a6b4963fdfd3d8e42ef3da84.tar.gz nextcloud-server-60b65cde2b81d821a6b4963fdfd3d8e42ef3da84.zip |
Fix ellipsis in breadcrumb fix #2387
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 20c94fcc4ae..4ab3c6f13f8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -908,6 +908,9 @@ div.crumb.last { font-weight: 600; margin-right: 10px; } +div.crumb.ellipsized { + padding: 0 10px 0 5px; +} div.crumb a.ellipsislink { padding: 0 !important; position: relative; |