Put the event title on its own line (in the detail popup).

This commit is contained in:
Daru13 2018-11-22 22:36:23 +01:00
parent 5da4c7050c
commit 7a7254f3da

View file

@ -313,6 +313,7 @@
}
#cal-container .cal-event-details .cal-detail-perm-title {
display: block;
margin: 0 0 10px 0;
}