Word-break is missing in main widget
-
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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.