mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(ui): smaller padding in alert group headers
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9ebc1b506c
commit
014da0ccb0
@@ -49,7 +49,7 @@ const GroupHeader: FC<{
|
||||
|
||||
return useObserver(() => (
|
||||
<h5
|
||||
className={`card-header mb-0 d-flex flex-row px-2 py-1 ${
|
||||
className={`card-header mb-0 d-flex flex-row p-1 ${
|
||||
isCollapsed ? "border-bottom-0" : ""
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user