summary.css: Fix header width in FF

Long-standing bug.  Didn't often see it because FF performance was
relatively poor for the Summary Pages compared to Chromium until recently,
so I didn't often load the page in it (despite it being my primary browser).

* src/current/summary.css (legend): width:auto.
master
Mike Gerwitz 2017-12-11 11:38:23 -05:00
parent 838ddb6e32
commit 3970659a81
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ body > fieldset > legend
left: -0.5em;
top: 0em;
right: 0px;
width: auto;
font-size: 1.5em;
letter-spacing: 0.1em;