Skip to content

Commit

Permalink
💄 Make edit grid gap smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 31, 2023
1 parent 1fc3a56 commit 429fa14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-formulieren/design-tokens",
"version": "0.44.1",
"version": "0.45.0",
"description": "Design tokens for Open Forms",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/editgrid.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},

"line-height": {"value": 1.5},
"gap": {"value": "12px"},
"gap": {"value": "8px", "comment": "Spacing consistent with label (bottom) and help text (top) margins."},

"item": {
"$extensions": {
Expand Down

0 comments on commit 429fa14

Please sign in to comment.