فهرست منبع

Merge pull request #1425 from visuddhinanda/agile

video max-width=90% #1414
visuddhinanda 2 سال پیش
والد
کامیت
045c7cd2c6
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      dashboard/src/components/article/article.css

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

@@ -67,3 +67,7 @@ h6 {
 .pcd_article table img {
 .pcd_article table img {
   background-color: transparent;
   background-color: transparent;
 }
 }
+
+.pcd_article video {
+  max-width: 90%;
+}