Skip to content

Commit

Permalink
Ensire spinner margin is zero
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Feb 4, 2025
1 parent 304a5b7 commit e526287
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/components/src/combobox-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ input.components-combobox-control__input[type="text"] {
&:focus-within {
@include input-style__focus();
}
}

.components-spinner {
margin: 0;
}

}

0 comments on commit e526287

Please sign in to comment.