Merge pull request #2389 from nextcloud/fix-ellipsis-breadcrumb

Fix ellipsis breadcrumb
This commit is contained in:
Roeland Jago Douma 2016-11-29 12:40:11 +01:00 committed by GitHub
commit 8d81b9e6eb
1 changed files with 3 additions and 0 deletions

View File

@ -908,6 +908,9 @@ div.crumb.last {
font-weight: 600;
margin-right: 10px;
}
div.crumb.ellipsized {
padding: 0 10px 0 5px;
}
div.crumb a.ellipsislink {
padding: 0 !important;
position: relative;