mirror of
https://github.com/spikecodes/libreddit
synced 2025-01-18 05:41:45 +01:00
Fix Post Wrapping
This commit is contained in:
parent
05ea0fe1fd
commit
6001e04b5b
@ -30,6 +30,7 @@ Think Invidious but for Reddit. Watch your cat videos without being watched.
|
||||
- [x] Posts
|
||||
- [x] Post sorting
|
||||
- [x] Posts
|
||||
- [x] Flairs
|
||||
- [x] Comments
|
||||
- [x] Comment sorting
|
||||
- [ ] Nested comments
|
||||
|
@ -143,6 +143,7 @@ span {
|
||||
.post_left, .post_right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.post_left {
|
||||
|
Loading…
x
Reference in New Issue
Block a user