瀏覽代碼

Merge pull request #2160 from visuddhinanda/agile

:fire: width in table
visuddhinanda 2 年之前
父節點
當前提交
03b273af37
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dashboard/src/components/article/article.css

+ 2 - 2
dashboard/src/components/article/article.css

@@ -44,8 +44,8 @@ h6 {
   border-spacing: 0;
   border-collapse: collapse;
   display: block;
-  width: -webkit-max-content;
-  width: max-content;
+  /*width: -webkit-max-content;*/
+  /*width: max-content;*/
   max-width: 100%;
 }
 .pcd_article td,