Skip to content

Commit

Permalink
refactor: corrected styling (#3306)
Browse files Browse the repository at this point in the history
* refactor: corrected styling

* Update _form-components.scss
  • Loading branch information
mfranzke authored Oct 16, 2024
1 parent 554f2c3 commit 3de3de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/styles/_form-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ $input-valid-types: "color", "date", "datetime-local", "email", "file", "hidden"
&:is(label),
label {
display: flex;
align-items: center;
align-items: flex-start;
position: relative;
gap: variables.$db-spacing-fixed-xs;

Expand Down

0 comments on commit 3de3de1

Please sign in to comment.