瀏覽代碼

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

Laurel Fulford 6 年之前
父節點
當前提交
088982c0e5
共有 1 個文件被更改,包括 0 次插入7 次删除
  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;