From ade898a7ca0331bf9370367a0b7ac6ec8d03e482 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 27 Aug 2024 13:23:03 -0400 Subject: [PATCH] UX: fix spacing in topic map views menu (#28583) --- app/assets/stylesheets/common/components/topic-map.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/topic-map.scss b/app/assets/stylesheets/common/components/topic-map.scss index bd4c1090dc5..eb91da999f6 100644 --- a/app/assets/stylesheets/common/components/topic-map.scss +++ b/app/assets/stylesheets/common/components/topic-map.scss @@ -464,7 +464,7 @@ body:not(.archetype-private_message) { &__wrapper { display: flex; - justify-content: center; + justify-content: space-evenly; padding: 0 1rem; } &__count {