monospace font for textarea in dev app is so common that we can just apply it as an opt-out style for all textareas
Signed-off-by: Seongmin Lee git@boltless.me
monospace font for textarea in dev app is so common that we can just apply it as an opt-out style for all textareas
Signed-off-by: Seongmin Lee git@boltless.me
monospace font for textarea in dev app is so common that we can just
apply it as an opt-out style for all textareas
Signed-off-by: Seongmin Lee <git@boltless.me>
IMO, this makes sense for inputs where code is involved (strings, patches), but not so much for comments etc.
I think it will make sense because comment text area is for markdown content, so technically it is also a code editor and not WYSIWYG style editor
Regardless, I think let's keep existing behavior. I'll close this patch.
Stylistically, I'm not sure I like this. I prefer non-monospaced font here but that's of course, my opinion. :)