Skip to content

Commit

Permalink
fix(ListBox): add top positioning to chevron (carbon-design-system#7990)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Mar 8, 2021
1 parent d0eb832 commit 460bf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ $list-box-menu-width: rem(300px);
@include button-reset($width: false);

position: absolute;
top: $carbon--spacing-03;
right: $carbon--spacing-05;
display: flex;
align-items: center;
Expand Down

0 comments on commit 460bf18

Please sign in to comment.