Fix display issue for posts plugin

This commit is contained in:
linguist
2021-01-02 12:42:28 +01:00
parent 5843e6c588
commit a13b903122

View File

@@ -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;
} }