diff options
author | Robert Laurenz <8169746+laurenzcodes@users.noreply.github.com> | 2022-10-28 12:46:41 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-10-28 19:49:45 +0200 |
commit | 047a2f1f1bb72a0cd638def175d29c12b4737a4a (patch) | |
tree | 65f46cc8157a7a9da91705a3da9b82018c8008af | |
parent | b514998dc1a75609e29651e965b681f31405ffc2 (diff) |
[Glitch] fix(component): adjust style of counter button to fix overflow issue
Port 10922294ffd2c83e155f020896318d16f3764e8d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index d25ca579b..28f93018d 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -257,11 +257,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; |