mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
25fead8afc
commit
746c4f7548
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user