Fleet UI: Clean up query/policy targets dropdown styling (#12557)

This commit is contained in:
RachelElysia 2023-06-28 18:18:43 -07:00 committed by GitHub
parent a15d257976
commit e04e349baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1 @@
Cleaner UI for selecting targets

View File

@ -11,13 +11,25 @@
border-radius: 0px 0px 8px 8px;
.table-container {
min-height: 225px;
box-shadow: 0px 4px 10px rgba(52, 59, 96, 0.15);
border-radius: 0px 0px 8px 8px;
.data-table__wrapper {
overflow: auto;
}
&__data-table-block > div {
min-height: 89px;
}
.display_name__cell {
white-space: nowrap;
}
.data-table-block {
display: initial;
}
}
.empty-search,
.error-search {
padding-top: 72px;