Commit b6f89c34 authored by Kjel Delaey's avatar Kjel Delaey

Add right margin to event-body..

Otherwise text will flow under the "timeago" element.
The original value was 80px (see commit 8b0906c8), but a value of 174px
makes more sense. (see event-title `calc` function).
parent 530c9519
......@@ -40,6 +40,8 @@
}
.event-body {
margin-right: 174px;
.event-note {
margin-top: 5px;
word-wrap: break-word;
......
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