spelling: separator
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
043716f06d
commit
81b04ef37a
|
@ -3666,7 +3666,7 @@ section .profile-match-wrapper {
|
|||
background: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
.fc .fc-listMonth-view .seperator {
|
||||
.fc .fc-listMonth-view .separator {
|
||||
margin-left: 30px;
|
||||
width: 60px;
|
||||
}
|
||||
|
|
|
@ -300,7 +300,7 @@ function formatListViewEvent(event) {
|
|||
// The basic template for list view
|
||||
var template =
|
||||
'<td class="fc-list-item-title fc-widget-content">\
|
||||
<hr class="seperator"></hr>\
|
||||
<hr class="separator"></hr>\
|
||||
<div class="event-card">\
|
||||
<div class="popover-content hovercard-content">{0}</div>\
|
||||
</div>\
|
||||
|
|
Loading…
Reference in a new issue