Commit bf86850139f4bc7d35f8ab4f0feb9cf0e851060d
1 parent
cfb0d900
Exists in
master
and in
28 other branches
Added scroll to display long lines on chat
(ActionItem2667)
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -4795,6 +4795,11 @@ h1#agenda-title { |
4795 | 4795 | #chat-window .history .message h5, #chat-window .history .message p { |
4796 | 4796 | margin: 0; |
4797 | 4797 | } |
4798 | +#chat-window .history .message p { | |
4799 | + max-width: 100%; | |
4800 | + overflow: auto; | |
4801 | +} | |
4802 | + | |
4798 | 4803 | #chat-window .history .message .avatar { |
4799 | 4804 | position: absolute; |
4800 | 4805 | left: 0; | ... | ... |