Wrap long post titles (fixes #435)

This commit is contained in:
spikecodes 2022-03-13 12:59:15 -07:00
parent 90c7088da2
commit 59043456ba
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 3 additions and 2 deletions

View file

@ -754,6 +754,7 @@ a.search_subreddit:hover {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
overflow-wrap: anywhere;
margin: 5px 15px 5px 12px;
grid-area: post_title;
}