Problem
If you are using Events design element in the combination of any of the following connections:
and the width of your Events design element is not enough to handle the large text, you might notice the title area is taking over the area of time column as shown here:
Workaround
Step 1: Go to settings of your Events design element
Step 2: Go to the Custom CSS tab
Step 3: Copy this CSS to the CSS text area
.shortpoint-event-title {
word-break: break-all;
}
.shortpoint-event-description {
word-break: break-all;
}
.shortpoint-event-tag-line {
word-break: break-all;
}
Screenshot:
Step 4: Click on Update
That's it! You will now see Events design element with proper alignments:
Note: Above is only a tempory work around and the issue will be fixed in our upcoming public release (6.9.35.X).