mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fleet UI: Clean up query/policy targets dropdown styling (#12557)
This commit is contained in:
parent
a15d257976
commit
e04e349baf
1
changes/bug-11898-targets-selector-styling
Normal file
1
changes/bug-11898-targets-selector-styling
Normal file
@ -0,0 +1 @@
|
||||
Cleaner UI for selecting targets
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user