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:
parent
530c9519d4
commit
b6f89c3490
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@
|
|||
}
|
||||
|
||||
.event-body {
|
||||
margin-right: 174px;
|
||||
|
||||
.event-note {
|
||||
margin-top: 5px;
|
||||
word-wrap: break-word;
|
||||
|
|
Loading…
Reference in a new issue