From 97c0659fcc1c16f8c73f5dd2d70d2e707a311118 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 13 Sep 2021 14:18:41 -0400 Subject: [PATCH] UX: Use standard font size for buttons at the end of /top page (#14326) --- app/assets/stylesheets/common/base/_topic-list.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 2ab9b3fdd2e..32bdb9a24e9 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -364,9 +364,10 @@ } .top-title-buttons { - display: inline-flex; - margin: 0.25em 0; + display: flex; + margin: 0.5em 0; flex-wrap: wrap; + font-size: var(--font-0-rem); button { margin-right: 0.5em;