mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
chore(ui): increase grid grutter
This commit is contained in:
@@ -207,7 +207,7 @@ const AlertGroup = observer(
|
||||
return (
|
||||
<MountFade in={true}>
|
||||
<div
|
||||
className="components-grid-alertgrid-alertgroup p-1"
|
||||
className="components-grid-alertgrid-alertgroup"
|
||||
style={{ ...style, ...extraStyle }}
|
||||
>
|
||||
<div className={`card ${cardBackgroundClass}`}>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
.components-grid-alertgrid-alertgroup {
|
||||
padding: 0.3rem;
|
||||
}
|
||||
|
||||
.components-grid-alertgrid-alertgroup-shared-silence {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user