From f13fd876e3017d18939db5b7fb77caca8bcd85d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Fri, 15 Mar 2024 17:01:47 +0000 Subject: [PATCH] web: css for improving Device column alignment --- web/src/assets/styles/blocks.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/assets/styles/blocks.scss b/web/src/assets/styles/blocks.scss index 2884629b5b..6411269e22 100644 --- a/web/src/assets/styles/blocks.scss +++ b/web/src/assets/styles/blocks.scss @@ -498,9 +498,12 @@ table.proposal-result { tbody th .pf-v5-c-table__tree-view-main { padding-inline-start: 0; - flex-direction: row-reverse; cursor: auto; } + + tbody tr[aria-level="2"] th .pf-v5-c-table__tree-view-main { + padding-inline-start: var(--spacer-large); + } /** End of temporary hack */ @media (width > 768px) {