Decrease vertical spacing of inbox action bar

This commit is contained in:
Andreas Nedbal 2022-10-24 12:48:40 +02:00 committed by Andreas Nedbal
parent 70d5f932fc
commit d11aff1db9
1 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,8 @@
.form-group {
margin-bottom: 0;
}
.card-body {
padding: $card-spacer-y $card-spacer-x;
}
}