ソースを参照

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 {
   background-color: transparent;
 }
+
+.pcd_article video {
+  max-width: 90%;
+}