Fix margin for search field on medium window size (#21606)

th-downstream
Mina Her 2 years ago committed by GitHub
parent 4c10de8ae3
commit 520a0c8ea7

@ -2474,8 +2474,7 @@ $ui-header-height: 55px;
height: calc(100% - 10px) !important;
}
.getting-started__wrapper,
.search {
.getting-started__wrapper {
margin-bottom: 10px;
}
@ -4671,6 +4670,7 @@ a.status-card.compact:hover {
}
.search {
margin-bottom: 10px;
position: relative;
}

Loading…
Cancel
Save