fix multiple span next to last crumb link

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-07 15:22:35 +01:00
parent e4b190d80d
commit 4fe7ec3870
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 3 additions and 2 deletions

View File

@ -1443,8 +1443,9 @@ div.crumb {
&:last-child {
font-weight: 600;
margin-right: 10px;
a {
padding-right: 0;
// Allow multiple span next to the main 'a'
a ~ span {
padding-left: 0;
}
}
&:hover, &:focus, a:focus, &:active {