From 22ee3695f520fd7da9ba5ceef51788ef36c5d464 Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Tue, 15 Sep 2020 13:19:46 -0500 Subject: [PATCH] fix tooltip issue on firefox (#9409) --- ui/app/pages/settings/alerts-tab/alerts-tab.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/app/pages/settings/alerts-tab/alerts-tab.scss b/ui/app/pages/settings/alerts-tab/alerts-tab.scss index d637bc06e..9585085cd 100644 --- a/ui/app/pages/settings/alerts-tab/alerts-tab.scss +++ b/ui/app/pages/settings/alerts-tab/alerts-tab.scss @@ -13,7 +13,11 @@ height: 100%; } - &__body > :nth-child(1n) { + &__body > :first-child { + padding-left: 32px; + } + + &__body > :nth-child(3n+4) { padding-left: 32px; }