I'm trying to center the text shown on a daypilot event. I tried setting the event.cssClass property to a custom Css Class with
.test-css {
color: white;
background: #1a1a1a;
font-weight: bold;
text-align: center;
}
All attributes are correctly applied - only text-align is ignored. Can you advise?