[Glitch] check_boxes label should use display: inline-block

Port 057097e8ad to glitch-soc
lolsob-rspec
Thibaut Girka 2018-11-27 13:29:12 +01:00
parent 478abe3a58
commit a04a39668e
1 changed files with 1 additions and 1 deletions

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;