Fix ellipsis in breadcrumb fix #2387

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2016-11-29 07:13:06 +01:00
parent e8ea9a5d27
commit 60b65cde2b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 3 additions and 0 deletions

View File

@ -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;