fix multiple span next to last crumb link
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
e4b190d80d
commit
4fe7ec3870
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue