From a435c5f25d090e2631fd349fca649b72f8d2dade Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Fri, 17 May 2024 14:48:23 -0500 Subject: [PATCH] FIX: Add padding to topic voting title (#50) --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index fe9ee5f2..b157ed90 100644 --- a/common/common.scss +++ b/common/common.scss @@ -581,3 +581,7 @@ html body #main-outlet { .topic-list .main-link.focused { box-shadow: none; } + +.title-voting { + padding-left: 14px; +}