From bf86850139f4bc7d35f8ab4f0feb9cf0e851060d Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Fri, 10 May 2013 19:33:30 +0000 Subject: [PATCH] Added scroll to display long lines on chat --- public/stylesheets/application.css | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 081eb01..c284cf6 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -4795,6 +4795,11 @@ h1#agenda-title { #chat-window .history .message h5, #chat-window .history .message p { margin: 0; } +#chat-window .history .message p { + max-width: 100%; + overflow: auto; +} + #chat-window .history .message .avatar { position: absolute; left: 0; -- libgit2 0.21.2