mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Fit placeholder text for host > software search (#28709)
This commit is contained in:
parent
b737b3f681
commit
f0133008a1
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.table-container__search-input .input-with-icon {
|
||||
min-width: 305px; // Fit placeholder text
|
||||
}
|
||||
|
||||
.data-table-block {
|
||||
.data-table__table {
|
||||
thead {
|
||||
|
|
|
|||
Loading…
Reference in a new issue