Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Nov 27, 2023
1 parent 6ded359 commit 74f9744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/easings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
align-items: stretch;
& > select {
background: none;
background: inherit;
border: none;
margin: 0;
}
Expand All @@ -92,7 +92,7 @@
padding-block: var(--size-2);
padding-inline: var(--size-4);
text-transform: capitalize;
min-inline-size: 13ch;
min-inline-size: 14ch;
display: inline-flex;
align-items: center;
justify-content: space-between;
Expand Down

0 comments on commit 74f9744

Please sign in to comment.