chore: Revert dropdown width changes (#25652)
This commit is contained in:
parent
6564a8f515
commit
4e1f378fee
|
|
@ -23,8 +23,7 @@ const DropdownSelect = styled.div<{
|
|||
width: string;
|
||||
}>`
|
||||
/* font-size: 14px; */
|
||||
min-width: 380px;
|
||||
max-width: 545px;
|
||||
width: ${(props) => (props?.width ? props?.width : "270px")};
|
||||
`;
|
||||
|
||||
class DropDownControl extends BaseControl<Props> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user