瀏覽代碼

Merge pull request #1425 from visuddhinanda/agile

video max-width=90% #1414
visuddhinanda 3 年之前
父節點
當前提交
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%;
+}