Skip to content

Commit

Permalink
Adjust search component height
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed May 1, 2024
1 parent 62bdd19 commit 75a65a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions client/transactions/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@ $gap-small: 12px;
.woocommerce-search {
margin: 0 $gap;

.woocommerce-select-control__control {
height: 38px;
overflow: scroll;
align-items: flex-start;
.components-base-control {
&.woocommerce-select-control__control {
min-height: 38px;
height: auto;
}
}
}

Expand Down

0 comments on commit 75a65a4

Please sign in to comment.