Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-12377

Reduce line-height of title so wrapping doesn't look so ugly

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      line-height for wiki page title element is set to 2, this causes the title to look pretty ugly when title is too long and wraps on a new line.

      From master.css (line 1983):

      #com-atlassian-confluence h1 {
        line-height:2;
      }
      

      I'm not sure if there is a specific reason for this, but I tried to change the value to 1.1 or 1.2 and the issue was resolved. The value was change by adding this to our stylesheet:

      h1#title-heading {
          line-height:1.1;
      }
      

      A demo of the problem can be seen here: http://confluence.demo.atlassian.com/display/TEST/A+page+with+a+very+very+long+title+that+will+eventually+wrap+on+to+a+new+line

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              15d9a6950818 Igor Minar
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: