fix: minor button margin change
This commit is contained in:
parent
8e763d6b72
commit
69de628467
3 changed files with 7 additions and 3 deletions
|
@ -211,6 +211,10 @@ h6 { font-size: var(--font-size-sm) }
|
|||
|
||||
& > button {
|
||||
margin-bottom: 0 !important;
|
||||
|
||||
&:last-of-type {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue