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

No space between files in issue tracker

    XMLWordPrintable

Details

    Description

      Please see the attached screenshot. There is no space between files, from the second file onwards. This is due to the following code:

      issue-attachment-list.less

      .issue-attachment-list li {
        position: relative;
        float: left;
        margin: 0 15px 13px 0;
      }
      

      reset.less

      body.adg3 dd+dd, body.adg3 li+li {
        margin: 0;
      }
      

      Simply adding !important to CSS code in issue-attachment-list.less fixes the problem.

      Attachments

        Activity

          People

            Unassigned Unassigned
            b8b3e8407090 inhx
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: