Fix display issue for posts plugin
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
}
|
}
|
||||||
.post .infos .title {
|
.post .infos .title {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 400px;
|
width: 380px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -281,7 +281,7 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
width: 40px;
|
width: 60px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user