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

2
Cargo.lock generated
View File

@ -540,7 +540,7 @@ checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
[[package]]
name = "libreddit"
version = "0.22.0"
version = "0.22.1"
dependencies = [
"askama",
"async-recursion",

View File

@ -3,7 +3,7 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.22.0"
version = "0.22.1"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"

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