sdenec/tidy-ui_game-settings

[WFRP4e] checkbox margin to short

Closed this issue · 1 comments

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);

Essentially the same comment as in you other issue^^