diff --git a/ui/src/Styles/Components/_AlertHistory.scss b/ui/src/Styles/Components/_AlertHistory.scss index cb4151b0f..74f3bda47 100644 --- a/ui/src/Styles/Components/_AlertHistory.scss +++ b/ui/src/Styles/Components/_AlertHistory.scss @@ -11,8 +11,12 @@ svg.alert-history { width: 100%; vertical-align: bottom; - margin-left: 1px; - margin-right: 1px; + &:not(:first-child) { + margin-left: 1px; + } + &:not(:last-child) { + margin-right: 1px; + } @for $i from 1 through 24 { &:nth-of-type(#{$i}) > rect.fetching {