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

This commit is contained in:
Mina Her 2022-12-16 01:24:38 +09:00 committed by GitHub
parent 1b5d207131
commit cedf138313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}