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 3e8e134445
commit 98d101a62e

View file

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