Skip to content
Snippets Groups Projects
Commit 7297c6a5 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #5403 from owncloud/fix-breadcrumbs

correctly position ... overflow in breadcrumbs, fix #5158
parents 7a1d0b84 07b885e2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment