소스 검색

Fix select wrapping (#1160)

Bartosz Dryl 3 년 전
부모
커밋
b91c45d7db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/shared/components/Select/Select.style.ts

+ 1 - 0
src/shared/components/Select/Select.style.ts

@@ -29,6 +29,7 @@ export const SelectButton = styled.button<SelectButtonProps>`
   text-align: left;
   display: flex;
   justify-content: space-between;
+  white-space: nowrap;
   align-items: center;
 
   ${({ size }) => {