--- 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.