Skip to content

Commit

Permalink
web: better cell header and content alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Mar 15, 2024
1 parent 7001599 commit e51a01a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/src/assets/styles/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,14 @@ table.proposal-result {
}

tbody th .pf-v5-c-table__tree-view-main {
padding-inline-start: 0;
padding-inline-start: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
cursor: auto;
}

tbody tr[aria-level="2"] th .pf-v5-c-table__tree-view-main {
padding-inline-start: var(--spacer-large);
padding-inline-start: calc(
var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft) + var(--spacer-large)
);
}
/** End of temporary hack */

Expand Down

0 comments on commit e51a01a

Please sign in to comment.