7 lines
123 B
CSS
7 lines
123 B
CSS
|
.wp-block-post-title{
|
||
|
box-sizing:border-box;
|
||
|
word-break:break-word;
|
||
|
}
|
||
|
.wp-block-post-title a{
|
||
|
display:inline-block;
|
||
|
}
|