Skip to content

Commit

Permalink
Merge pull request #2534 from anuradha9712/fix-select-trigger-overflow
Browse files Browse the repository at this point in the history
fix(select): update select trigger classes for overflow behavior
  • Loading branch information
veekays authored Feb 10, 2025
2 parents f6f8488 + 543aa6c commit 5334fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/components/organisms/select/SelectTrigger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const SelectTrigger = (props: SelectTriggerProps) => {
showTooltip={!openPopover}
tooltip={value}
elementRef={elementRef}
className="w-100"
triggerClass="w-100"
>
<button
Expand Down

0 comments on commit 5334fd6

Please sign in to comment.