diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index ce6aeae4c..e4b5b8ea2 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -182,12 +182,25 @@ display: flex; margin-bottom: 0.3rem; align-items: center; - .event-location,.event-description { + .event-location { display: flex; align-items: center; } - .event-description p { - margin:0.1rem; + .fa-align-justify { + margin-top: 3px; + } + &.tui-full-calendar-popup-detail-item-separate { + &>span { + display: flex; + width: 100%; + } + .event-description { + display: block; + line-height: 1.1em; + p, ul { + margin:0.1rem; + } + } } a { margin:0.1rem; diff --git a/www/calendar/inner.js b/www/calendar/inner.js index 264f08956..2d9244208 100644 --- a/www/calendar/inner.js +++ b/www/calendar/inner.js @@ -417,7 +417,7 @@ define([ let description_icon = h('i.fa.fa-align-justify.tui-full-calendar-icon', { 'aria-hidden': true }, []); let description = diffMk.render(str, true); - return `