Fix Post Wrapping

This commit is contained in:
spikecodes 2020-11-17 16:56:37 -08:00
parent 05ea0fe1fd
commit 6001e04b5b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -143,6 +143,7 @@ span {
.post_left, .post_right {
display: flex;
flex-direction: column;
overflow-wrap: anywhere;
}
.post_left {