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 = ({