cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Card small text area

svlaminck
9-Granite

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.

 

 

 

ACCEPTED SOLUTION

Accepted Solutions
TomasCharvat
14-Alexandrite
(To:svlaminck)

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

 

View solution in original post

1 REPLY 1
TomasCharvat
14-Alexandrite
(To:svlaminck)

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

 

Announcements
Top Tags