瀏覽代碼

Merge pull request #460 from smiclea/storage-break-word

Break storage name into lines if it is too long
Nashwan Azhari 7 年之前
父節點
當前提交
012e2a9037
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/organisms/WizardStorage/WizardStorage.jsx

+ 1 - 0
src/components/organisms/WizardStorage/WizardStorage.jsx

@@ -83,6 +83,7 @@ const StorageTitle = styled.div`
 `
 const StorageName = styled.div`
   font-size: 16px;
+  word-break: break-word;
 `
 const StorageSubtitle = styled.div`
   font-size: 12px;