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

This commit is contained in:
Laurel Fulford 2018-11-21 11:38:43 -08:00
parent 8a66611eb7
commit 088982c0e5

View file

@ -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;