The text does not break inside the grid when setting the text size more than 26. I tried all kinds of text elements but unsuccessfully. This is not the first time I've been observing this problem.
Here is the project: https://yadi.sk/d/ekSaMNHTs5OGow
The text does not break inside the grid
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
The text does not break inside the grid
SCRUM Only
Re: The text does not break inside the grid
1. Why are you using a card for just text? Why not use a text object?
2. What do you exactly mean by 'break inside the grid'? Do you mean wrap to the next line? If so, they do up to a point. Your words are too long for 1 line and so wont wrap.
3. If #2 is correct, why not add breakpoints and then reduce the size of the text in the breakpoints.
4. Other option is to force the word to 'break' and wrap. To do this, add the following for your example:
Go to Page --> Page Properties --> Page HTML --> Between <head></head> tags
If this doesn't answer your question, can you be a bit more specific on the issue?
2. What do you exactly mean by 'break inside the grid'? Do you mean wrap to the next line? If so, they do up to a point. Your words are too long for 1 line and so wont wrap.
3. If #2 is correct, why not add breakpoints and then reduce the size of the text in the breakpoints.
4. Other option is to force the word to 'break' and wrap. To do this, add the following for your example:
Go to Page --> Page Properties --> Page HTML --> Between <head></head> tags
Code: Select all
<style>
#Card2-card-item0 h1{word-break: break-all;}
</style>
Last edited by crispy68 on Fri Jun 05, 2020 3:37 am, edited 2 times in total.