Add 1px height
This commit is contained in:
parent
ac2475fb26
commit
cd90e252bf
|
@ -102,7 +102,7 @@
|
|||
height: auto;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
min-height: calc(var(--mainFontSize) + 13px);
|
||||
min-height: calc(var(--mainFontSize) + 14px);
|
||||
}
|
||||
|
||||
.delete_entry_button {
|
||||
|
|
Loading…
Reference in New Issue