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

Make the 'tipsy' popup on commit list wider to at least 80 characters

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • None
    • Design
    • None
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Current "tipsy" popup on the page where I can see the list of comments is pretty short. Lots of developers are using 80 column hard wrapped git commit descriptions in their repositories. If using such notation, then the tipsy popup looks like this:

       

       

      After changing the width of this popup to at least 80 characters, the popup looks much better:

       

       

      I think it would be better for Bitbucket to increase the .tipsy-inner's size from 56 characters to 80 characters.

      As a workaround, user can use plugins like Stylus or Greasemonkey to hot-patch the CSS:

          .tipsy .tipsy-inner {
              max-width: 80ch !important;
          }
      

      but I'm not sure if there's any reason why this shouldn't be the default?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              7445740e9e04 antekone
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: