Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-15083

emoji's not always size constrained

XMLWordPrintable

    Error rendering 'com.atlassian.jira.jira-view-issue-plugin:details-module'. Please contact your Jira administrators.

      There appears to be no size control on emoji's when in print view. See https://www.phpbb.com/community/viewtopic.php?p=14652986#p14652986 for an example.

      I copyied from styles/prosilver/theme/common.css the following

      .emoji {
          min-height: 18px;
          min-width: 18px;
          height: 1em;
          width: 1em;
      }
      

      into styles/prosilver/theme/print.css and it resolves the problem.

            Marc Marc
            P_I P_I
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: