Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Prevent SelectMenu-icon from shrinking
  • Loading branch information
simurai committed Oct 30, 2019
commit 5e49c473ed29bdcc2720a4c5561205c426e89064
1 change: 1 addition & 0 deletions src/select-menu/select-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ $SelectMenu-max-height: 480px;
.SelectMenu-icon {
width: $spacer-3; // fixed width to make sure following content aligns
margin-right: $spacer-2;
flex-shrink: 0;
}

// Check icon
Expand Down