text-align: right does not work for *_event_inner class
Asked by Anonymous 5 years ago.
Hi,
I'm trying to align the event text to the right using "text-align: right" into the CSS class *_event_inner. However this doesn't work, because of the propery "display: flex;". If I remove "display: flex;" then it works. But I suppose this will have side effects on the behavior of the scheduler?
Thanks
The solution with "justify-content: flex-end;" works very well. I'm using this now to align events with numbers to the right. However I have also events with text, which I want to align to left. I used onBeforeEventRender event and the cssClass property. But the CSS class "time-reporting-board-event-workprofile" is added to *_event CSS class which get overriden by the *_event_inner CSS class