mirror of
https://github.com/ankitects/anki.git
synced 2025-12-16 00:00:59 -05:00
Adjust field gutter/margins
This commit is contained in:
parent
3793e19253
commit
c2a2edc4e1
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
.fields {
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
grid-gap: 4px;
|
||||
grid-gap: 6px;
|
||||
|
||||
padding: 5px 3px 0;
|
||||
/* set height to 100% for rich text widgets */
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
background-color: var(--label-color, transparent);
|
||||
|
||||
padding: 1px 0;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue