search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

vertical text in the scheduler

Asked by yannick
5 months ago.

good afternoon, is it possible in the scheduler object to have a vertical text similar to the image attached.

Answer posted by Dan Letecky [DayPilot]
5 months ago.

Yes, you can use the writing-mode CSS property:

.scheduler_default_event_inner {
  writing-mode: vertical-lr;
}

or

.scheduler_default_event_inner {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.