Profile About Me has weird Height

The About Me textarea has a weird height to it, that makes a scrollbar appear when only a couple of lines are entered, but double that is shown as space for entering the text.

image

I used the following custom CSS on our site regarding it.

.user-preferences-page .user-preferences textarea { height: 11em };

image

3 Likes

I’d set it to 100% personally. That way if the container box changes size, it won’t need to be changed as well.

For some reason that doesn’t work and makes it even smaller. Because I don’t have time to look into why, I went with something that would get me around it for now.

1 Like

Sure any thoughts on this @awesomerobot?

This is now fixed as of:
https://github.com/discourse/discourse/commit/b39d949a8eb5a9c70c33adbe17eb4f8b8e1e02ef

thanks @cpradio

7 Likes

This topic was automatically closed after 29 hours. New replies are no longer allowed.