From fd3300a9620dbe1587bef9222a3d6f1cb4b82c50 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:46:05 -0400 Subject: [PATCH] Host Details UI: Fix software table column width, caret alignment (#6411) --- changes/issue-6388-host-details-software-alignment | 1 + frontend/pages/hosts/details/cards/Software/_styles.scss | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 changes/issue-6388-host-details-software-alignment diff --git a/changes/issue-6388-host-details-software-alignment b/changes/issue-6388-host-details-software-alignment new file mode 100644 index 0000000000..17288a10c5 --- /dev/null +++ b/changes/issue-6388-host-details-software-alignment @@ -0,0 +1 @@ +- Fix alignment of software table of host details page diff --git a/frontend/pages/hosts/details/cards/Software/_styles.scss b/frontend/pages/hosts/details/cards/Software/_styles.scss index 8da70f3558..216886e0a6 100644 --- a/frontend/pages/hosts/details/cards/Software/_styles.scss +++ b/frontend/pages/hosts/details/cards/Software/_styles.scss @@ -60,6 +60,9 @@ .last_opened_at__header { display: none; } + .linkToFilteredHosts__header { + min-width: 110px; + } @media (min-width: $break-990) { .version__header { width: $col-md; @@ -128,6 +131,7 @@ height: 16px; width: 16px; vertical-align: middle; + margin-bottom: 4px; } .link-text {