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

Group Description With BBCode Ordered List Breaks Layout

    XMLWordPrintable

Details

    Description

      Follow up to: https://tracker.phpbb.com/browse/PHPBB3-17042

       

      If you give a group a description and use the ordered list BBCode, the layout breaks when viewing the group page (memberlist.php?mode=group&g=3)

       

      The following adjustment needs making to the recently implemented group description CSS

       

      File: content.css

      Find:

      .group-description ul {
          list-style-position: inside;
      } 

      Change To:

      .group-description ol, .group-description ul {
          list-style-position: inside;
      } 

       

      Attachments

        Activity

          People

            Marc Marc
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: