Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
When using a Card, with a text window, the text window appears very small?
The text window works perfectly in an popup so it must be the card.
Adding grid, also no effect.
See attached pictures.
Solved! Go to Solution.
Hello svlaminck
add class width-100pc to the Text Area widget and add this code:
.width-100pc {
width: 100%;
}
to the Application STYLE.
Regards
Tomas
Hello svlaminck
add class width-100pc to the Text Area widget and add this code:
.width-100pc {
width: 100%;
}
to the Application STYLE.
Regards
Tomas
