From 10922294ffd2c83e155f020896318d16f3764e8d Mon Sep 17 00:00:00 2001
From: Robert Laurenz <8169746+laurenzcodes@users.noreply.github.com>
Date: Fri, 28 Oct 2022 12:46:41 +0200
Subject: [PATCH] fix(component): adjust style of counter button to fix
 overflow issue (#19494)

---
 app/javascript/styles/mastodon/components.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 69301fb052..73f00e4c5b 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -279,11 +279,12 @@
     display: inline-flex;
     align-items: center;
     width: auto !important;
+    padding: 0 4px 0 2px;
   }
 
   &__counter {
     display: inline-block;
-    width: 14px;
+    width: auto;
     margin-left: 4px;
     font-size: 12px;
     font-weight: 500;