Forráskód Böngészése

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

Caroline Moore 6 éve
szülő
commit
a7941bfb25
1 módosított fájl, 2 hozzáadás és 2 törlés
  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;
 	left: 0;
 	bottom: 0;
 	bottom: 0;
 	right: 0;
 	right: 0;
-	width: 100%;
-	height: 100%;
+	width: 100% !important;
+	height: 100% !important;
 }
 }
 
 
 .wp-embed-aspect-1-1:before {
 .wp-embed-aspect-1-1:before {