From a5f5849340b4ad38da21fcada446ef3eb01872b5 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 18 Jan 2015 20:11:17 -0800 Subject: Dont allow event content to overflow it UI limits --- app/assets/stylesheets/sections/events.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 3c3a0d92c6e..9582c995980 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -55,11 +55,12 @@ } .event-body { margin-left: 35px; - margin-right: 100px; + margin-right: 80px; color: #777; .event-note { margin-top: 5px; + word-wrap: break-word; .md { font-size: 13px; @@ -71,6 +72,7 @@ border-radius: 0; color: #777; margin: 0 20px; + overflow: hidden; } .note-image-attach { -- cgit v1.2.1