fix: minor button margin change

This commit is contained in:
Cory Dransfeldt 2024-06-26 10:04:45 -07:00
parent 8e763d6b72
commit 69de628467
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -211,6 +211,10 @@ h6 { font-size: var(--font-size-sm) }
& > button {
margin-bottom: 0 !important;
&:last-of-type {
margin-right: 0 !important;
}
}
}