Skip to content

Commit

Permalink
Reintroduce some reasonable list group padding
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 22, 2025
1 parent 030c1b4 commit 1832a6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workbench/static/workbench/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ $h6-font-size: $font-size-base;
//
// $card-spacer-y: 0.5rem;
// $card-spacer-x: 0.75rem;
// $list-group-item-padding-y: 0.5rem;
// $list-group-item-padding-x: 0.75rem;

$list-group-item-padding-y: 0.5rem;
$list-group-item-padding-x: 0.75rem;

//
// $alert-margin-bottom: 0.25rem;

Expand Down

0 comments on commit 1832a6b

Please sign in to comment.