Vertically centre title only in breadcrumb

Fixes #5508
This commit is contained in:
Paul Clarke 2016-05-11 15:36:14 +12:00
parent 25fead8afc
commit 746c4f7548
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,10 +7,6 @@
max-height: $toolbar-height;
}
.breadcrumb--current-only { // Todo: move to breadcrumb
padding: 14px 0;
}
.breadcrumb>li.breadcrumb__item--last, // TODO Fix Bootstrap clash
.breadcrumb__item--last {
display: block;
@ -25,3 +21,8 @@
line-height: 24px;
@include text-truncate;
}
// If only the title is shown
.breadcrumb__item:only-child {
margin-top: 6px;
}