Skip to content

Commit

Permalink
Adjust margin of the navigation in the expanded list content to match…
Browse files Browse the repository at this point in the history
… alignment of the title

Normally this is autohandled by PF but we use hasNoPadding in order to
add let the line bellow the navigation to expand to the left border of
the card.
  • Loading branch information
KKoukiou committed Apr 12, 2021
1 parent 37b041f commit c56d63f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ostree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
// Add a border line bellow the navigatin
.available-deployments .pf-c-nav {
background: linear-gradient(0deg,var(--pf-global--BorderColor--100) 0,var(--pf-global--BorderColor--100) 1px,transparent 0);

.pf-c-nav__list {
margin-left: var(--pf-global--spacer--sm);
}
}

.deployment-name {
Expand Down

0 comments on commit c56d63f

Please sign in to comment.