Skip to content
Snippets Groups Projects
Commit 9fff4b01 authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

Merge pull request #2088 from nextcloud/issue-2079-breadcrumb-padding

Restore the padding on the home icon
parents d61c8d74 6c5e777b
No related branches found
No related tags found
No related merge requests found
...@@ -901,11 +901,12 @@ div.crumb > span { ...@@ -901,11 +901,12 @@ div.crumb > span {
color: #555; color: #555;
} }
div.crumb.last a { div.crumb.last a {
padding-right: 0px; padding-right: 0;
} }
div.crumb:first-child a { div.crumb:first-child a {
position: relative; position: relative;
top: 13px; top: 13px;
padding-right: 14px;
} }
div.crumb.last { div.crumb.last {
font-weight: 600; font-weight: 600;
......
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