text areas use unintuitive "hyphens" css
text areas in pleroma-fe are ragged-right aligned, but they also use the "hyphens: auto;" tag, which leads to unintuitive behaviour. the following screenshot demonstrates how this might lead to ambiguity.
in this image, the first instance of a "-" on the right-hand side of the screen is auto inserted by the browser and does not exist in the text itself. the following two dashes, on the other hand, were manually inserted between two words. not only is there no way to tell these two apart, there is no real reason to have them, as the text area is ragged-right to begin with.
suggested change would be "hyphens: none;"
Edited by katherine