From 9a2f94f648aab66963d5d6c55a7c7843a943740a Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 16 Jul 2024 17:51:55 -0400 Subject: [PATCH] UX: spacing fix for related topics on mobile (#27940) --- app/assets/stylesheets/common/components/more-topics.scss | 1 + app/assets/stylesheets/desktop/components/more-topics.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/more-topics.scss b/app/assets/stylesheets/common/components/more-topics.scss index a5877094dbc..e0f496b1836 100644 --- a/app/assets/stylesheets/common/components/more-topics.scss +++ b/app/assets/stylesheets/common/components/more-topics.scss @@ -5,6 +5,7 @@ .nav { margin-block: 0; + top: 2px; li { .btn { color: var(--primary); diff --git a/app/assets/stylesheets/desktop/components/more-topics.scss b/app/assets/stylesheets/desktop/components/more-topics.scss index b69cd39ee77..c0ed751c592 100644 --- a/app/assets/stylesheets/desktop/components/more-topics.scss +++ b/app/assets/stylesheets/desktop/components/more-topics.scss @@ -1,7 +1,6 @@ .more-topics__container { .nav { position: absolute; - top: 2px; li { margin-right: 0; .btn {