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

reStructuredText Error (BB-12551) reopened

    XMLWordPrintable

Details

    Description

      The bug BCLOUD-11196 is still there. You can see it on my project overview here https://bitbucket.org/kr41/greenrocket

      I've made an investigation and found out that it happens because of conflicting CSS rules. Styles .wiki-content .error apply on elements .wiki-content .code .error. So the fast fix could be:

      #!css
      
      /* Add this to wiki-content.css, line 166 */
      .wiki-content .code .error {
       background: none;
       border: none;
       margin: 0;
       padding: 0;
      }
      

      Current CSS:

      Fixed CSS:

      Attachments

        1. 1005192795-bug.png
          1005192795-bug.png
          417 kB
        2. 2452360508-fixed.png
          2452360508-fixed.png
          421 kB

        Activity

          People

            Unassigned Unassigned
            656316055d29 kr41
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: