Card small text area
Dec 10, 2019
04:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 10, 2019
04:54 AM
Card small text area
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.
Labels:
- Labels:
-
Best Practices
ACCEPTED SOLUTION
Accepted Solutions
Dec 10, 2019
08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 10, 2019
08:34 AM
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
1 REPLY 1
Dec 10, 2019
08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dec 10, 2019
08:34 AM
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
