Adjust field gutter/margins

This commit is contained in:
Matthias Metelka 2022-08-12 00:01:52 +02:00
parent 3793e19253
commit c2a2edc4e1
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.fields { .fields {
display: grid; display: grid;
grid-auto-rows: min-content; grid-auto-rows: min-content;
grid-gap: 4px; grid-gap: 6px;
padding: 5px 3px 0; padding: 5px 3px 0;
/* set height to 100% for rich text widgets */ /* set height to 100% for rich text widgets */

View file

@ -53,7 +53,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: 1px 0; padding-bottom: 1px;
} }
.clickable { .clickable {
cursor: pointer; cursor: pointer;