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…
Reference in New Issue
Block a user