[wez/mtrack] Scroll bars showing up under line number columns in changesets (issue #102)

0 views
Skip to first unread message

cmcosse

unread,
Aug 16, 2012, 11:19:47 AM8/16/12
to mtr...@googlegroups.com
--- you can reply above this line ---

New issue 102: Scroll bars showing up under line number columns in changesets
https://bitbucket.org/wez/mtrack/issue/102/scroll-bars-showing-up-under-line-number

cmcosse:

This may be browser/operating system dependent. I'm running Chrome 21.0.1180.75 on Ubuntu.

When I view a changeset, each line of code takes up two lines, and there is a scroll bar underneath the line number. Screenshot attached.

I fixed with a user stylesheet:
{{{
#!CSS
table.code.diff tr td.lineno,
table.code.diff tr td.linelink {
overflow: hidden;
}
}}}



--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.
Reply all
Reply to author
Forward
0 new messages