diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43d05809..7ef20331 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,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..8b4d4116 100644
--- a/client/src/components/SetupGuide/Guide.css
+++ b/client/src/components/SetupGuide/Guide.css
@@ -14,6 +14,17 @@
font-size: 15px;
}
+.guide__list {
+ margin-top: 16px;
+ padding-left: 0;
+}
+
+@media screen and (min-width: 768px) {
+ .guide__list {
+ 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 = ({