Skip to content

Commit

Permalink
web: css for improving Device column alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Mar 15, 2024
1 parent 09ea75b commit f13fd87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/assets/styles/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f13fd87

Please sign in to comment.