Skip to content

Commit

Permalink
Merge pull request #3374 from PenghaiZhang/bugfix/clicking-caret-does…
Browse files Browse the repository at this point in the history
…-not-show-drop-down-list

bugfix: ensure clicking the caret icon can show the bulk action list
  • Loading branch information
PenghaiZhang authored Sep 7, 2021
2 parents 78ff3d4 + 9a61071 commit 49be63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ select[multiple="multiple"] {
@include curvedCorners;
font-size: 16px;
border: 1px solid #f5f5f5;
padding: $doubleMargin;
padding: $doubleMargin 0 $doubleMargin $doubleMargin;
width: auto;
min-width: 204px;
float: none;
Expand Down

0 comments on commit 49be63e

Please sign in to comment.