mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #9455 from owncloud/breadcrumbs-backgroundsize
fix size of breadcrumb separator
This commit is contained in:
commit
c7e08745a7
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