Przeglądaj źródła

Fix select wrapping (#1160)

Bartosz Dryl 3 lat temu
rodzic
commit
b91c45d7db
1 zmienionych plików z 1 dodań i 0 usunięć
  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 }) => {