Browse Source

Dyad 2: Fix floated cover block width.

Allan Cole 5 years ago
parent
commit
1b80e3c0f3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dyad-2/css/editor-blocks.css

+ 2 - 1
dyad-2/css/editor-blocks.css

@@ -329,7 +329,8 @@ p.has-drop-cap:not(:focus)::first-letter {
 
 [data-align="left"] .wp-block-cover,
 [data-align="right"] .wp-block-cover {
-	max-width: 290px;
+	width: 290px;
+	max-width: 100%;
 }
 
 /* File */