Skip to main content
10-Marble
December 10, 2019
Solved

Card small text area

  • December 10, 2019
  • 1 reply
  • 1516 views

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.

 

 

 

Best answer by TomasCharvat

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

14-Alexandrite
December 10, 2019

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