From f0133008a139e4baa9ad94c4764cb3ddbd638ea4 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 1 May 2025 09:21:02 -0400 Subject: [PATCH] Fleet UI: Fit placeholder text for host > software search (#28709) --- frontend/pages/hosts/details/cards/Software/_styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/pages/hosts/details/cards/Software/_styles.scss b/frontend/pages/hosts/details/cards/Software/_styles.scss index 873885debf..f952fa6c46 100644 --- a/frontend/pages/hosts/details/cards/Software/_styles.scss +++ b/frontend/pages/hosts/details/cards/Software/_styles.scss @@ -32,6 +32,10 @@ } } + .table-container__search-input .input-with-icon { + min-width: 305px; // Fit placeholder text + } + .data-table-block { .data-table__table { thead {