Files
gerrit/polygerrit-ui/app/elements/change/gr-comment-list
Wyatt Allen 1a43dbec90 Improve inline comment location link alignment
Inline comments in the message list are right-aligned in such a way that
the corresponding message bodies are left-aligned and easier to read.
Problematically, the length of the location link text could vary
dramatically, and if they exceed the given minimum horizontal space, the
list of comments can become misaligned.

Since switching to a proportionate-width font, the link could also be
approximately as long as the given minimum width, resulting in the
appearance of being left-aligned, causing other links look misaligned
when they are not.

With this change, the min-width for location links is expanded and they
are given more margin. This results in more consistent alignments across
the range of comment location link texts.

Bug: Issue 5174
Change-Id: I7f4509eb6a496a8927539642491807bf4898fac5
2017-01-12 17:31:59 +00:00
..