From 45a053b3a8a75fd2d5769db6099bcca88132c771 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 16 Mar 2015 18:08:45 -0700 Subject: [PATCH] Break long links in message bubbles / Fixes #204 --- stylesheets/_conversation.scss | 4 ++++ stylesheets/manifest.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 90a06c801..6c940f7cc 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -144,6 +144,10 @@ border-top: 6px solid transparent; border-bottom: 6px solid transparent; } + + .content a { + word-break: break-all + } } .incoming { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index d72fe5f8e..10dc0d46a 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -456,6 +456,9 @@ input.search { top: 11px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; } + .message-detail .bubble .content a, + .message-list .bubble .content a { + word-break: break-all; } .message-detail .incoming .bubble, .message-list .incoming .bubble { color: #454545;