瀏覽代碼

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 }) => {