The text does not break inside the grid

Issues related to previewing and publishing your web site.
Post Reply
User avatar
Lemoner
 
 
Posts: 25
Joined: Fri Apr 08, 2016 2:34 am
Contact:

The text does not break inside the grid

Post by Lemoner »

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
SCRUM Only
User avatar
crispy68
 
 
Posts: 2913
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: The text does not break inside the grid

Post by crispy68 »

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

Code: Select all

<style>
#Card2-card-item0 h1{word-break: break-all;}
</style>
If this doesn't answer your question, can you be a bit more specific on the issue?
Last edited by crispy68 on Fri Jun 05, 2020 3:37 am, edited 2 times in total.
User avatar
Lemoner
 
 
Posts: 25
Joined: Fri Apr 08, 2016 2:34 am
Contact:

Re: The text does not break inside the grid

Post by Lemoner »

Thank you so much!
SCRUM Only
Post Reply