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

Fix code viewer panel width

    XMLWordPrintable

Details

    Description

      In Opera 12.17 code viewer panel have width not all page:

      To fix, just add the following rule in the CSS-file:

      #!css
      .refract-container {
          clear: both;
      }
      

      Or just add class .clearfix to .heading div.

      #!html
      <div class="diff-container">
          <div class="heading clearfix">...</div>
          <div class="refract-container">...</div>
      </div>
      

      Before:

      After:

      Attachments

        1. 2635717952-bad-code-view.png
          2635717952-bad-code-view.png
          24 kB
        2. bad-code-view.png
          bad-code-view.png
          24 kB
        3. good-code-view.png
          good-code-view.png
          23 kB

        Activity

          People

            Unassigned Unassigned
            fac837bb4de5 Mingun
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: