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).
This commit is contained in:
Kjel Delaey 2015-11-05 09:56:51 +01:00
parent 530c9519d4
commit b6f89c3490

View file

@ -40,6 +40,8 @@
}
.event-body {
margin-right: 174px;
.event-note {
margin-top: 5px;
word-wrap: break-word;