add min-height to fields (#3922)

* add min-height to fields

* 30px → 1.5em

This works with different font sizes too. Now there are no size jumps between empty field / field with string / field with empty html.
This commit is contained in:
GithubAnon0000 2025-04-15 10:24:43 +00:00 committed by GitHub
parent 781a23c6c4
commit e7fbf159a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
* {
max-width: 100%;
min-height: 1.5em;
}
p {