ddcat1115 7 лет назад
Родитель
Сommit
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;
         margin-bottom: 12px;
         & > a {
         & > a {
           color: @heading-color;
           color: @heading-color;
+          display: inline-block;
+          max-width: 100%;
         }
         }
       }
       }
       .ant-card-actions {
       .ant-card-actions {

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

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