• 
      

    Fix the display of Emojis in diffed text fields.

    Review Request #9455 — Created Dec. 18, 2017 and submitted

    Information

    Review Board
    release-3.0.x
    c1a3603...

    Reviewers

    The diffs shown for text fields on a review request were leaving Emojis
    at their native size of 64x64, which is too big. That was due to the
    width being overridden to auto for images in those fields.

    This change fixes that by adding an explicit height for Emoji images in
    the base rule, and allowing the width to remain auto.

    An &:extend LessCSS rule was also removed, as it wasn't really needed.

    Checked that Emojis were looking correct in review request fields and in
    the diffed content.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (1136d17)