瀏覽代碼

!important required to override inline width and height styles on embed iframes. :-/

Caroline Moore 6 年之前
父節點
當前提交
a7941bfb25
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apostrophe-2/css/blocks.css

+ 2 - 2
apostrophe-2/css/blocks.css

@@ -81,8 +81,8 @@ p.has-drop-cap:not(:focus)::first-letter {
 	left: 0;
 	bottom: 0;
 	right: 0;
-	width: 100%;
-	height: 100%;
+	width: 100% !important;
+	height: 100% !important;
 }
 
 .wp-embed-aspect-1-1:before {