https://kriesi.at/support/topic/need-the-text-area-same-height/
please refer to the topic above
i add .your-custom-class { height: 50px; } as the instruction
nothing change, as your sure it is right?
Hi paulchiao!
I cannot see custom CSS on the element – http://i.imgur.com/MBIYoRF.png
Please make sure to edit your text blocks and add ‘your-custom-class’ into custom CSS field
Best regards,
Yigit
Hey!
Please try the following:
.your-custom-class {
height: 50px !important;
overflow: hidden !important;
}
Regards,
Rikard
thanks, it works.