Does anyone know if there is a way to make the edit box when editing a profile, bigger permanently?
Such as:

Place this in your Profile css (not in the customCSS):
textarea { height: 500px !important; }
You can adjust the 500px to whatever height you like for the text box.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
to the rescue! Thank you so much! :D
You can also edit your profile here which makes it much easier^^