spelling: separator

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:24 -04:00
parent 043716f06d
commit 81b04ef37a
2 changed files with 2 additions and 2 deletions

View File

@ -3666,7 +3666,7 @@ section .profile-match-wrapper {
background: transparent; background: transparent;
cursor: pointer; cursor: pointer;
} }
.fc .fc-listMonth-view .seperator { .fc .fc-listMonth-view .separator {
margin-left: 30px; margin-left: 30px;
width: 60px; width: 60px;
} }

View File

@ -300,7 +300,7 @@ function formatListViewEvent(event) {
// The basic template for list view // The basic template for list view
var template = var template =
'<td class="fc-list-item-title fc-widget-content">\ '<td class="fc-list-item-title fc-widget-content">\
<hr class="seperator"></hr>\ <hr class="separator"></hr>\
<div class="event-card">\ <div class="event-card">\
<div class="popover-content hovercard-content">{0}</div>\ <div class="popover-content hovercard-content">{0}</div>\
</div>\ </div>\