Fixed post overflow issue

This commit is contained in:
Jill Stingray 2020-06-09 12:45:32 +03:00
parent 42ebdebb9e
commit 038210cb94

View file

@ -518,6 +518,12 @@ h4 {
/* post */ /* post */
.post {
width: 100%;
overflow: hidden;
display: block;
}
.post-author { .post-author {
background-color: #F6F6F6; background-color: #F6F6F6;
border-top: #8B8B8B solid 1px; border-top: #8B8B8B solid 1px;