Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-5038

Align text styling of issues with wiki (BB-6324)

    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

      Inside the issue tracker, lists are formatted with way to much margin around them. It looks much better in the wiki. To work around this, I'm using the following Custom CSS:

      .wiki-content ul {
         margin-top: 10px;
         margin-bottom: 10px;
         padding-left: 30px;
      }
      
      .wiki-content ul ul {
         margin-top: 3px;
         margin-bottom: 3px;
         padding-left: 20px;
      }
      
      .wiki-content li {
         margin-top: 0px;
         margin-bottom: 0px;
      }
      
      #issue-main-content .metadata {
         font-size: 12px;
         color: BCLOUD-707070;
         margin-top: 0;
         margin-bottom: 10px;
      }
      
      .issues-list .date {
         display: none;
      }
      

      This makes the metadata line below the issue title a bit less prominent and provides some space between it and the main content.

      Attachments

        Activity

          People

            Unassigned Unassigned
            c6138faec23f xrstf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: