From 71a1b13fa49736ad4de937ee4c08c6629ca584d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 2 Sep 2022 09:56:00 +0100 Subject: [PATCH] fix(ui): fix css issues in Chrome 105 --- ui/src/Styles/Components/_AlertHistory.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/Styles/Components/_AlertHistory.scss b/ui/src/Styles/Components/_AlertHistory.scss index 74f3bda47..7680bfb87 100644 --- a/ui/src/Styles/Components/_AlertHistory.scss +++ b/ui/src/Styles/Components/_AlertHistory.scss @@ -10,6 +10,7 @@ svg.alert-history { line-height: 4px; width: 100%; vertical-align: bottom; + overflow: auto; &:not(:first-child) { margin-left: 1px;