Explorar o código

Dyad 2: Fix floated cover block width.

Allan Cole %!s(int64=5) %!d(string=hai) anos
pai
achega
1b80e3c0f3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 */