Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

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;
}