5 lines
76 B
CSS
5 lines
76 B
CSS
|
.wp-block-post-content:after{
|
||
|
clear:both;
|
||
|
content:"";
|
||
|
display:table;
|
||
|
}
|