mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 22:48:07 +01:00
[Glitch] check_boxes label should use display: inline-block
Port 180ae0472a
to glitch-soc
This commit is contained in:
parent
f8e07ca5cd
commit
f969eca07e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue