Fix the top action bar appearing in multi-column layout (#20943)

th-downstream
Claire 2 years ago committed by GitHub
parent 01f0da2a4f
commit 8985a8d7ec

@ -2528,7 +2528,7 @@ $ui-header-height: 55px;
}
}
.ui__header {
.layout-single-column .ui__header {
display: flex;
background: $ui-base-color;
border-bottom: 1px solid lighten($ui-base-color, 8%);

Loading…
Cancel
Save