Skip to content

Commit

Permalink
alpha order
Browse files Browse the repository at this point in the history
  • Loading branch information
evansjohnson committed May 15, 2024
1 parent b719b7e commit a6eec59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/select/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ $select-padding: $pt-grid-size * 0.5;
}

.#{$ns}-menu {
margin-bottom: -$select-padding;
margin-left: -$select-padding;
margin-right: -$select-padding;
max-height: $select-popover-max-height;
max-width: $select-popover-max-width;
overflow: auto;
padding: 0;
margin-left: -$select-padding;
margin-right: -$select-padding;
margin-bottom: -$select-padding;

&:not(:first-child) {
// adjust padding to account for that on .#{$ns}-popover-content above
Expand Down

0 comments on commit a6eec59

Please sign in to comment.