Explorar el Código

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

Caroline Moore hace 6 años
padre
commit
a7941bfb25
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 {