mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up object.html header
This commit is contained in:
@@ -163,9 +163,6 @@ div.title-container {
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
padding-top: $spacer * 2;
|
||||
margin-bottom: $spacer * 2;
|
||||
border-bottom: 1px solid $border-color;
|
||||
|
||||
div#content-title {
|
||||
display: flex;
|
||||
@@ -542,12 +539,8 @@ table tr.vertical-align {
|
||||
|
||||
nav.breadcrumb-container {
|
||||
padding: $badge-padding-y $badge-padding-x;
|
||||
border-radius: $border-radius;
|
||||
font-size: $font-size-sm;
|
||||
width: fit-content;
|
||||
background-color: var(--nbx-breadcrumb-bg);
|
||||
margin-top: $spacer;
|
||||
margin-bottom: $spacer;
|
||||
|
||||
ol.breadcrumb {
|
||||
margin-bottom: 0;
|
||||
|
Reference in New Issue
Block a user