Fix large comments on Chrome for Android

Chrome for Android has Font Boosting, so when you open a Gerrit review
on it the text for comments ends up quite large.

Added CSS fix for this as suggested on the related webkit bug:

https://bugs.webkit.org/show_bug.cgi?id=FontBoosting

Bug: Issue 2992
Change-Id: Icfc0241ba7b5ec01081811802e9e60ce30310742
This commit is contained in:
Elizabeth K. Joseph
2014-10-29 10:52:35 -07:00
parent 7947b01eb5
commit cb4e78b713

View File

@@ -232,6 +232,7 @@ a:hover {
margin-bottom: 0px;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-height: 100000px;
}
.commentPanelButtons {
margin-left: 0.5em;