Merge pull request #2088 from nextcloud/issue-2079-breadcrumb-padding
Restore the padding on the home icon
This commit is contained in:
commit
9fff4b017d
|
@ -901,11 +901,12 @@ div.crumb > span {
|
|||
color: #555;
|
||||
}
|
||||
div.crumb.last a {
|
||||
padding-right: 0px;
|
||||
padding-right: 0;
|
||||
}
|
||||
div.crumb:first-child a {
|
||||
position: relative;
|
||||
top: 13px;
|
||||
padding-right: 14px;
|
||||
}
|
||||
div.crumb.last {
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Reference in New Issue