Skip to content

Commit

Permalink
chore(other): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
321gillian committed Sep 26, 2024
1 parent 733de4a commit d04cd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
flex-wrap: nowrap;
place-content: stretch flex-start;
align-items: center;
height: var(--gse-ui-tag-small-height);
block-size: var(--gse-ui-tag-small-height);
padding: var(--gse-ui-tag-removable-padding);
font-family: var(--gse-ui-tag-text-fontFamily);
font-size: var(--gse-ui-tag-text-fontSize);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gap: var(--gse-ui-tag-removable-gap);
place-content: stretch flex-start;
align-items: center;
height: var(--gse-ui-tag-small-height);
block-size: var(--gse-ui-tag-small-height);
padding: var(--gse-ui-tag-padding);
font-family: var(--gse-ui-tag-text-fontFamily);
font-size: var(--gse-ui-tag-text-fontSize);
Expand Down

0 comments on commit d04cd27

Please sign in to comment.