Преглед изворни кода

Dyad 2: Fix floated cover block width.

Allan Cole пре 5 година
родитељ
комит
1b80e3c0f3
1 измењених фајлова са 2 додато и 1 уклоњено
  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 */