check_boxes label should use display: inline-block (#9348)

This commit is contained in:
takayamaki 2018-11-26 00:26:15 +09:00 committed by Eugen Rochko
parent 0eaf6d7693
commit 180ae0472a
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;