Text area
-
I have upgraded Google Forms from 0.72 to 0.76. I noticed that the large text area has shrank. I am not sure if this has to do with the upgrade. If one wants to type into the text area, they have to drag the lower bottom corner to expand it – but not many people will know that.
This is what I have in the CSS:
div.ss-form-entry > input {
width:99%;
max-width: 550px;
font-family: Georgia, Tahoma, Verdana;
font-size: 12px;
background-color: #DCDCDC;
}Which works for the single input – but not for the text area.
Thanks.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Text area’ is closed to new replies.