https://bugzilla.wikimedia.org/show_bug.cgi?id=44895

       Web browser: ---
            Bug ID: 44895
           Summary: Gerrit commit message font is too small
           Product: Wikimedia
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Git/Gerrit
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

With Gerrit 2.5.1-1266-gcc231e1, the font size is smaller on the change page.
The commit message text as a 11px size which is barely readable to me.  It used
to be 12 px.

This is fixed by removing the font-size: 8pt rule in:

 .changeScreenDescription, .changeScreenDescription textarea {
   white-space: pre;
   font-family: monospace;
   font-size: 8t;
 }

The font-familly should really be:

 font-family: monospace, Courier;

That would fix the monospace font size.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to