mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fixed post overflow issue
This commit is contained in:
parent
42ebdebb9e
commit
038210cb94
1 changed files with 6 additions and 0 deletions
|
@ -518,6 +518,12 @@ h4 {
|
|||
|
||||
/* post */
|
||||
|
||||
.post {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.post-author {
|
||||
background-color: #F6F6F6;
|
||||
border-top: #8B8B8B solid 1px;
|
||||
|
|
Loading…
Reference in a new issue