EvgenyOrekhov / holiday.css

A minimalist classless CSS theme with dark mode support. Only 5 KB.
https://holidaycss.js.org
MIT License
135 stars 9 forks source link

Label as flex causes weird spacing #264

Closed kinostl closed 1 year ago

kinostl commented 1 year ago

https://github.com/EvgenyOrekhov/holiday.css/blob/53391bd63adc34a43dc64e14bb1217802d0a761a/src/css/mobile.css#L203

image

<label>
        please enter <strong>examples-for-holiday</strong> to confirm:
        <input type="text" name="url_endpoint" required="" id="id_url_endpoint">
</label>

Can the flex display be removed to fix this? Or some padding be added to the contents of label?

EvgenyOrekhov commented 1 year ago

@kinostl Thanks for reporting! Should be fixed in v0.11.2