ddcat1115 8 年之前
父節點
當前提交
9dcebdc2c9
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      src/routes/List/CardList.less
  2. 2 0
      src/routes/List/Projects.less

+ 2 - 0
src/routes/List/CardList.less

@@ -10,6 +10,8 @@
         margin-bottom: 12px;
         & > a {
           color: @heading-color;
+          display: inline-block;
+          max-width: 100%;
         }
       }
       .ant-card-actions {

+ 2 - 0
src/routes/List/Projects.less

@@ -10,6 +10,8 @@
         margin-bottom: 4px;
         & > a {
           color: @heading-color;
+          display: inline-block;
+          max-width: 100%;
         }
       }
       .ant-card-meta-description {