Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
10922294
Unverified
Commit
10922294
authored
2 years ago
by
Robert Laurenz
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(component): adjust style of counter button to fix overflow issue (#19494)
parent
8dfe5179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/javascript/styles/mastodon/components.scss
+2
-1
app/javascript/styles/mastodon/components.scss
with
2 additions
and
1 deletion
+2
-1
app/javascript/styles/mastodon/components.scss
+
2
-
1
View file @
10922294
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment