summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorHugo Roy <hugo@hugoroy.eu>2016-08-28 16:34:50 +0200
committerGaute Hope <eg@gaute.vetsj.com>2016-09-02 11:22:26 +0200
commit81d46962a545d667a8e689ab15dfc0c6afdc7af9 (patch)
tree6a5e3dd89272cb65b18f901adaf22ef927c9d68f /ui
parent47b77e47650904f5f43c86390c6bc9225f4e3737 (diff)
break long urls
Diffstat (limited to 'ui')
-rw-r--r--ui/thread-view.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/thread-view.scss b/ui/thread-view.scss
index 9f112c9..8c81b2e 100644
--- a/ui/thread-view.scss
+++ b/ui/thread-view.scss
@@ -383,6 +383,11 @@ body:not(.nohide) .email.hide .header_container .avatar {
padding-top: 25px;
overflow-x: auto;
overflow-y: hidden;
+
+ a {
+ word-break: break-all;
+ }
+
}
.email .remote_images {