sdenec / tidy-ui_game-settings

formerly FVTT UII Game Settings
16 stars 6 forks source link

[WFRP4e] checkbox margin to short #49

Closed mcailleaux closed 3 years ago

mcailleaux commented 3 years ago

On the settings dialog, the margin between checkbox and label is to short

image

It can be fixed by changing :

margin: 0 0 .25rem calc(13px + 1rem);

To

margin: 0 0 .25rem calc(30px + 1rem);

sdenec commented 3 years ago

Essentially the same comment as in you other issue^^