Skip to content

Commit

Permalink
[web] Fix styles
Browse files Browse the repository at this point in the history
Using margin instead of padding
  • Loading branch information
dgdavid committed Jan 4, 2024
1 parent 75d87a1 commit a1a04a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/assets/styles/patternfly-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ ul {
list-style: initial;
margin-inline: var(--spacer-normal);

li {
padding-block-end: var(--spacer-small);
li:not(:last-child) {
margin-block-end: var(--spacer-small);
}
}

Expand Down

0 comments on commit a1a04a5

Please sign in to comment.