Skip to content

Commit

Permalink
check_boxes label should use display: inline-block (mastodon#9348)
Browse files Browse the repository at this point in the history
  • Loading branch information
takayamaki authored and hiyuki2578 committed Oct 2, 2019
1 parent 0e08d24 commit 2389f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2389f03

Please sign in to comment.