79251170

Date: 2024-12-04 12:35:14
Score: 1
Natty:
Report link

In the future you will be able to use field-sizing CSS property [MDN field-sizing]. Currently (end of the year 2024) it is experimental feature with limited availability [caniuse]

Currently, you can test in on chromium based browsers

textarea {
  field-sizing: content;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Evolveye