Explorar el Código

Dara: Correct issue with narrow captions in Chrome. Fixes #376.

Laurel Fulford hace 6 años
padre
commit
088982c0e5
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      dara/blocks.css

+ 0 - 7
dara/blocks.css

@@ -26,7 +26,6 @@ Description: Used to style Gutenberg Blocks.
 	font-style: italic;
 	margin: 0.8em 0;
 	text-align: center;
-	width: 100%;
 }
 
 /*--------------------------------------------------------------
@@ -41,12 +40,6 @@ p.has-drop-cap:not(:focus)::first-letter {
 
 /* Image */
 
-.wp-block-image .alignleft,
-.wp-block-image .alignright,
-.wp-block-image .aligncenter {
-	display: block;
-}
-
 .wp-block-image .aligncenter img {
 	display: block;
 	margin-left: auto;