From 739ccfa6f1c99562c81c2ba947b3c91fb82ea572 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 4 Dec 2024 16:45:48 +0300 Subject: [PATCH] AGDNS-2239 fix guide list padding --- CHANGELOG.md | 1 + client/src/components/SetupGuide/Guide.css | 5 +++++ client/src/components/SetupGuide/index.tsx | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc76f37..808af005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Setup guide styles in Firefox. - Goroutine leak during the upstream DNS server test ([#7357]). - Goroutine leak during configuration update resulting in increased response time ([#6818]). diff --git a/client/src/components/SetupGuide/Guide.css b/client/src/components/SetupGuide/Guide.css index 86d3070b..ca2bc9c6 100644 --- a/client/src/components/SetupGuide/Guide.css +++ b/client/src/components/SetupGuide/Guide.css @@ -14,6 +14,11 @@ font-size: 15px; } +.guide__list { + margin-top: 16px; + padding-left: 24px; +} + .guide__address { display: block; margin-bottom: 7px; diff --git a/client/src/components/SetupGuide/index.tsx b/client/src/components/SetupGuide/index.tsx index 5f2e9a93..76263488 100644 --- a/client/src/components/SetupGuide/index.tsx +++ b/client/src/components/SetupGuide/index.tsx @@ -33,13 +33,13 @@ const SetupGuide = ({ install_devices_address: -
+
+