about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorRobert Laurenz <8169746+laurenzcodes@users.noreply.github.com>2022-10-28 12:46:41 +0200
committerGitHub <noreply@github.com>2022-10-28 12:46:41 +0200
commit10922294ffd2c83e155f020896318d16f3764e8d (patch)
tree99f43e87c9193655f7cafdd17aafb79f45cfd1c5 /app/javascript/styles
parent8dfe5179ee7186e549dbe1186a151ffa848fe8ab (diff)
fix(component): adjust style of counter button to fix overflow issue (#19494)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 69301fb05..73f00e4c5 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;