Threespot/tolaria

Body field collapses sometimes

Closed this issue · 3 comments

tedw commented

If a user deletes text with a line break, the body field will occasionally collapse. This happens because the textarea is floated and the wrapper is not clearfixed.

  • The textarea is floated due to .resource-form textarea styles.
  • The wrapper, .markdown-composer-workspace, is only clearfixed when in fullscreen mode.
tedw commented

I updated the CSS to only float the textarea when in fullscreen mode. I also alphabetized the properties because it was bugging me ;)

tedw commented

@danielboggs Can you please include this in the next release?