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] Posts
|
||||||
- [x] Post sorting
|
- [x] Post sorting
|
||||||
- [x] Posts
|
- [x] Posts
|
||||||
|
- [x] Flairs
|
||||||
- [x] Comments
|
- [x] Comments
|
||||||
- [x] Comment sorting
|
- [x] Comment sorting
|
||||||
- [ ] Nested comments
|
- [ ] Nested comments
|
||||||
|
@ -143,6 +143,7 @@ span {
|
|||||||
.post_left, .post_right {
|
.post_left, .post_right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_left {
|
.post_left {
|
||||||
|
Loading…
Reference in New Issue
Block a user