mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-15 17:22:35 +01:00
Fix Post Wrapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user