egoist / hack

⛷ Dead simple CSS framework.
https://hackcss.egoist.dev
MIT License
2.6k stars 140 forks source link

Negate width on textarea with explicit cols setting #64

Open ghost opened 6 years ago

ghost commented 6 years ago

Currently when cols is set on the textarea element it's not respected due to a CSS width. If someone wants to create a textarea with wrap=hard this could become an issue as the expected output may not be returned.

IIE1 commented 3 years ago

Maybe i can help