mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Reduce field height by two pixels
This commit is contained in:
parent
d63e3c6d14
commit
c289d3cc7c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
background-color: var(--label-color, transparent);
|
||||
|
||||
padding: 2px 0;
|
||||
padding: 1px 0;
|
||||
}
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue