mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
Reduce field height by a few pixels
This commit is contained in:
parent
d63e3c6d14
commit
9f0322d17e
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);
|
background-color: var(--label-color, transparent);
|
||||||
|
|
||||||
padding: 2px 0;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
.clickable {
|
.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue