@wordpress/block-library
Version:
Block library for the WordPress editor.
14 lines • 308 B
CSS
.wp-block-post-title {
word-break: break-word;
box-sizing: border-box;
}
.wp-block-post-title :where(a) {
display: inline-block;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
text-decoration: inherit;
}