Kaynağa Gözat

Merge pull request #1425 from visuddhinanda/agile

video max-width=90% #1414
visuddhinanda 2 yıl önce
ebeveyn
işleme
045c7cd2c6
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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 {
   background-color: transparent;
 }
+
+.pcd_article video {
+  max-width: 90%;
+}