• Resolved mikeknappe

    (@mikeknappe)


    Hi there,

    if I have long words in a meeting like “Jahreshauptversammlung” it will be written over the container into the next day. It can be solved by setting:

    .mc-main .event-title div
    {
    word-break: break-word
    }

    or more global, where you still have a setting for it:

    .mc-main .mc-event
    {
    word-break: break-word
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    I encourage you to add this for yourself as custom CSS; it’s not something that I’m likely to add by default, as it is very case-specific, and can also cause problems for some users.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.