Browse Source

Merge pull request #1788 from Automattic/fix/#1787

Dara: Fix Blog Posts block meta overflow issue
Daniel Dudzic 5 years ago
parent
commit
b4e4804639
1 changed files with 7 additions and 0 deletions
  1. 7 0
      dara/blocks.css

+ 7 - 0
dara/blocks.css

@@ -32,6 +32,13 @@ Description: Used to style Gutenberg Blocks.
 2.0 Blocks - Common Blocks
 --------------------------------------------------------------*/
 
+/* Posts */
+
+.wp-block-newspack-blocks-homepage-articles .entry-meta {
+	position: initial;
+	width: inherit;
+}
+
 /* Paragraph */
 
 p.has-drop-cap:not(:focus)::first-letter {