Fix ellipsis in breadcrumb fix #2387

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/2389/head
John Molakvoæ (skjnldsv) 10 years ago
parent e8ea9a5d27
commit 60b65cde2b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
  1. 3
      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;

Loading…
Cancel
Save