fix size of breadcrumb separator
This commit is contained in:
parent
a544bd3a0f
commit
88590d0805
|
@ -812,6 +812,7 @@ div.crumb {
|
||||||
display: block;
|
display: block;
|
||||||
background: url('../img/breadcrumb.svg') no-repeat right center;
|
background: url('../img/breadcrumb.svg') no-repeat right center;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
background-size: auto 24px;
|
||||||
}
|
}
|
||||||
div.crumb.hidden {
|
div.crumb.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue