Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-7554

border added around images in markdown

XMLWordPrintable

      Images in markdown now have a border surrounding them. I'm not sure if this is a bug/defect or was intentional, but the change doesn't make sense. If it was intentional, what is the justification?

      .markup img {
        border: 1px solid #ccc;
        margin: 10px 0;
        max-width: 100%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
      }
      

              Unassigned Unassigned
              c60c3d6e8ae4 Jeffrey Barrus
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: