chore(ui): increase grid grutter

This commit is contained in:
Łukasz Mierzwa
2019-12-25 20:59:17 +00:00
parent ef7df246e1
commit 4694b50d4e
2 changed files with 5 additions and 1 deletions

View File

@@ -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}`}>

View File

@@ -1,3 +1,7 @@
.components-grid-alertgrid-alertgroup {
padding: 0.3rem;
}
.components-grid-alertgrid-alertgroup-shared-silence {
border-width: 3px;
border-style: solid;