This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
check_boxes label should use display: inline-block (
#9348
)
master
takayamaki
6 years ago
committed by
Eugen Rochko
parent
0eaf6d7693
commit
180ae0472a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/mastodon/forms.scss
+ 1
- 1
app/javascript/styles/mastodon/forms.scss
View File
@ -266,7 +266,7 @@ code {
font-family
:
inherit
;
font-size
:
14px
;
color
:
$
primary-text-color
;
display
:
block
;
display
:
inline-
block
;
width
:
auto
;
position
:
relative
;
padding-top
:
5px
;
Write
Preview
Loading…
Cancel
Save