Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiline text insertion in chrome #1570

Merged

Commits on Feb 21, 2019

  1. Allow multiline text insertion in chrome

    The div needs to be inline-block, so Chrome/Chromium correctly insert
    div-ed multi-line-text with new lines.
    Otherwise they are just chained together on posting.
    
    See https://stackoverflow.com/a/24689420
    See #1561
    
    Signed-off-by: Joas Schilling <[email protected]>
    nickvergessen committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    d7866a7 View commit details
    Browse the repository at this point in the history
  2. Adjust vertical position of icons due to "inline-block" message in form

    Signed-off-by: Daniel Calviño Sánchez <[email protected]>
    danxuliu committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    614bad4 View commit details
    Browse the repository at this point in the history