diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 3c3a0d92c6eca2892c7dff814fccec584c2d2c3a..9582c99598000ac6e89cbc1ed7b6eb0fa6972c56 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 {