Skip to content

Commit

Permalink
fix(Dropdown): remove extra space at the end (#17751)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekno0ryder authored Oct 24, 2024
1 parent 106e804 commit d73bd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/scss/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
display: inline-grid;
align-items: center;
grid-gap: 0 convert.to-rem(24px);
grid-template: auto auto / auto min-content;
grid-template: auto / auto min-content;

.#{$prefix}--label {
@include type-style('body-compact-01');
Expand Down

0 comments on commit d73bd2c

Please sign in to comment.