Skip to content

Commit

Permalink
chore: add spacing to list items (#1842)
Browse files Browse the repository at this point in the history
Co-authored-by: James Nestor <[email protected]>
  • Loading branch information
NotNestor and jnestorCisco authored Nov 28, 2024
1 parent a3c18ec commit 57f36cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
box-sizing: border-box;
position: relative;
border-radius: var(--advance-list-border-radius-rounded, 0);
display: flex;
gap: 0.5rem;
}
.default-wrapper-status-indicator {
padding: 5px;
Expand Down

0 comments on commit 57f36cc

Please sign in to comment.