mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Add 5px top padding to Fields.svelte
to make it look like it used to.
This commit is contained in:
parent
11423b290f
commit
f30026149a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Contains the fields. This contains the scrollable area.
|
|||
|
||||
<style lang="scss">
|
||||
.fields {
|
||||
padding-top: 5px;
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
grid-gap: 6px;
|
||||
|
|
Loading…
Reference in a new issue