Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-15083

emoji's not always size constrained

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: