Skip to content

Commit

Permalink
Merge pull request #404 from bcgov/403-select-overflow
Browse files Browse the repository at this point in the history
Fix Select button overflow issue
  • Loading branch information
mkernohanbc authored Jul 18, 2024
2 parents 406341a + 00e5add commit 6a43848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/src/components/Select/Select.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
gap: var(--layout-margin-small);
align-items: center;
padding: 0 12px;
max-width: 100%;
}
.bcds-react-aria-Select--Button.invalid {
border-color: var(--support-border-color-danger);
Expand Down

0 comments on commit 6a43848

Please sign in to comment.