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 {