mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
correctly position ... overflow in breadcrumbs, fix #5158
This commit is contained in:
parent
76be7cd1ac
commit
07b885e291
1 changed files with 2 additions and 1 deletions
|
|
@ -798,7 +798,8 @@ div.crumb {
|
|||
background: url('../img/breadcrumb.svg') no-repeat right center;
|
||||
height: 44px;
|
||||
}
|
||||
div.crumb a {
|
||||
div.crumb a,
|
||||
div.crumb span {
|
||||
position: relative;
|
||||
top: 12px;
|
||||
padding: 14px 24px 14px 17px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue