Skip to content

Commit

Permalink
Reduce items vertical spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 14, 2023
1 parent c8cf704 commit dfbfaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/client/web-components/menu-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class MenuPanel extends SimpleElement {
display: grid;
grid-template-columns: 1em auto;
gap: 0em;
padding: 0.1em 0.8em 0.1em 0.0em; /* top, right, bottom, left */
padding: 0.05em 0.8em 0.05em 0.0em; /* top, right, bottom, left */
color: #8080a0;
}
Expand Down

0 comments on commit dfbfaf9

Please sign in to comment.