mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix size of breadcrumb separator
This commit is contained in:
parent
a544bd3a0f
commit
88590d0805
1 changed files with 1 additions and 0 deletions
|
|
@ -812,6 +812,7 @@ div.crumb {
|
|||
display: block;
|
||||
background: url('../img/breadcrumb.svg') no-repeat right center;
|
||||
height: 44px;
|
||||
background-size: auto 24px;
|
||||
}
|
||||
div.crumb.hidden {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue