Commit a5f58493 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Dont allow event content to overflow it UI limits

parent 85c0ce2e
...@@ -55,11 +55,12 @@ ...@@ -55,11 +55,12 @@
} }
.event-body { .event-body {
margin-left: 35px; margin-left: 35px;
margin-right: 100px; margin-right: 80px;
color: #777; color: #777;
.event-note { .event-note {
margin-top: 5px; margin-top: 5px;
word-wrap: break-word;
.md { .md {
font-size: 13px; font-size: 13px;
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
border-radius: 0; border-radius: 0;
color: #777; color: #777;
margin: 0 20px; margin: 0 20px;
overflow: hidden;
} }
.note-image-attach { .note-image-attach {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment