Dara: Correct issue with narrow captions in Chrome. Fixes #376.
This commit is contained in:
parent
8a66611eb7
commit
088982c0e5
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue