Make card name full-width when editing #2963
Unanswered
pradeepcep
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a card open, and when I click on the name of the card, I'm able to edit it.
But when I click my cursor to the right of the name of the card, it snaps out of edit mode because I had just clicked out of the card name
textarea.It would be nice if I could click anywhere on the whitespace that's to the right of the card name (only after I'm already in edit mode), and still be in edit mode. This would be way easier than positioning my cursor right next to the last letter of the card name every time.
Proposed solution:
textareafor the card name input already has thefull-widthclass, but thelabelthat wraps it doesn't.full-widthclass to thelabelthat wraps the card nametextarea.Something like this:

Beta Was this translation helpful? Give feedback.
All reactions