1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 07:15:15 +03:00

Fix OSD checkbox

This commit is contained in:
Mark Haslinghuis 2022-09-04 03:15:39 +02:00
parent ea02d9a7a8
commit e4a8ce7b35

View file

@ -520,7 +520,7 @@ progress[value] {
input[type='checkbox'] {
&:after {
line-height: 1.5em;
content: '';
content: none;
display: inline-block;
width: 12px;
height: 12px;