Browse Source

img: max-width: 100%;

visuddhinanda 2 years ago
parent
commit
7ada291639
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dashboard/src/components/article/article.css

+ 4 - 0
dashboard/src/components/article/article.css

@@ -36,6 +36,10 @@ h6 {
   color: gray;
 }
 
+.pcd_article img {
+  max-width: 100%;
+}
+
 .pcd_article table {
   border-spacing: 0;
   border-collapse: collapse;