Explorar el Código

Merge pull request #2160 from visuddhinanda/agile

:fire: width in table
visuddhinanda hace 1 año
padre
commit
03b273af37
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,