Explorar o código

Fix select wrapping (#1160)

Bartosz Dryl %!s(int64=3) %!d(string=hai) anos
pai
achega
b91c45d7db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 }) => {