mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 03:31:30 +00:00
remove mandatory truncating of post title, limit width using CSS
This commit is contained in:
@@ -41,6 +41,15 @@ div.postReply div.postHeader {
|
||||
color : #909090;
|
||||
}
|
||||
|
||||
div.postReply div.postTitle {
|
||||
overflow : hidden;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
div.postReply div.postDate {
|
||||
padding-left : 10px;
|
||||
}
|
||||
|
||||
div.postReply div.postContent {
|
||||
padding : 10px;
|
||||
font-size : 12px;
|
||||
|
||||
Reference in New Issue
Block a user