Explorar el Código

:fire: width in table

visuddhinanda hace 1 año
padre
commit
b4ff1437fd
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,