Skip to content

Commit

Permalink
align warning text with input
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Sep 27, 2023
1 parent 776a54b commit 4a16883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/colors/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
'label label' auto
'swatch swatch' var(--swatch-height, var(--swatch))
'copy input' auto
'error error' minmax(var(--double-gutter), auto) / auto 1fr;
'.... error' minmax(var(--double-gutter), auto) / auto 1fr;
@include config.above('sm-page-break') {
--swatch-height: calc(2 * var(--swatch));
Expand Down

0 comments on commit 4a16883

Please sign in to comment.