From ac083ffca6f85457bccc14a91803b8d994cad272 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 6 Mar 2024 11:26:02 -0500 Subject: [PATCH] UX: left align suggested topics header and footer text (#26058) --- app/assets/stylesheets/common/components/more-topics.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/components/more-topics.scss b/app/assets/stylesheets/common/components/more-topics.scss index 63a3dd3186b..a5877094dbc 100644 --- a/app/assets/stylesheets/common/components/more-topics.scss +++ b/app/assets/stylesheets/common/components/more-topics.scss @@ -64,4 +64,9 @@ line-height: 0.8; max-width: 150px; } + + .more-topics__list-title, + .more-topics__browse-more { + padding-left: 0.5em; + } }