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

Fix tab size in source code viewer (BB-7488)

    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

      All you need to do is add one line of css to the .refract-container .source:

      .refract-container .source {
        padding-left: 73px;
        tab-size: 2; // Add this line
      }
      

      It doesn't screw up anything and makes tab-indented code look much better.

      Attachments

        Activity

          People

            Unassigned Unassigned
            6c67ce114f48 jamonholmgren
            Votes:
            45 Vote for this issue
            Watchers:
            54 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: