From 71e0c8981b81ebea7bca107dabed7e51bbb7fa36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 22 Feb 2022 09:55:33 +0000 Subject: [PATCH] fix(ui): fix history css --- ui/src/Styles/Components/_AlertHistory.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 {