Add 1px height

This commit is contained in:
Cohee 2024-05-15 01:23:44 +03:00
parent ac2475fb26
commit cd90e252bf
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
height: auto; height: auto;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
min-height: calc(var(--mainFontSize) + 13px); min-height: calc(var(--mainFontSize) + 14px);
} }
.delete_entry_button { .delete_entry_button {