From 6001e04b5b7194c8a05b9f497a91bef23bb134c5 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Tue, 17 Nov 2020 16:56:37 -0800 Subject: [PATCH] Fix Post Wrapping --- README.md | 1 + static/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 78dff7e..bdde8ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/static/style.css b/static/style.css index 01acc81..33c6072 100644 --- a/static/style.css +++ b/static/style.css @@ -143,6 +143,7 @@ span { .post_left, .post_right { display: flex; flex-direction: column; + overflow-wrap: anywhere; } .post_left {