mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
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:
parent
781a23c6c4
commit
e7fbf159a6
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
min-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue