first commit
This commit is contained in:
11
wp-includes/blocks/verse/style-rtl.css
Normal file
11
wp-includes/blocks/verse/style-rtl.css
Normal file
@@ -0,0 +1,11 @@
|
||||
pre.wp-block-verse {
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
min-width: 1em;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
:where(pre.wp-block-verse) {
|
||||
font-family: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user