From b249f3de774e7b84c8136ea03e3170b339f9c6b5 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Tue, 23 Nov 2021 10:27:33 -0500 Subject: [PATCH] Fix software column widths (#3074) --- frontend/pages/hosts/HostDetailsPage/_styles.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/pages/hosts/HostDetailsPage/_styles.scss b/frontend/pages/hosts/HostDetailsPage/_styles.scss index c0bad8cdf4..d1838b8490 100644 --- a/frontend/pages/hosts/HostDetailsPage/_styles.scss +++ b/frontend/pages/hosts/HostDetailsPage/_styles.scss @@ -480,7 +480,7 @@ padding-right: 0px; } &:last-child { - width: 200px; + width: 150px; padding: 0px; overflow: none; } @@ -492,10 +492,6 @@ &.source__header { width: 20%; } - - &.version__header { - width: 10%; - } } tr { td {