Skip to content

Commit f180147

Browse files
committed
Put chart height in the CSS to prevent flickering when loading a stats page
- Legacy-Id: 12868
1 parent 4d8dd3e commit f180147

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,10 @@ table.simple-table td:last-child {
573573
text-indent: -1em;
574574
}
575575

576+
.document-stats #chart {
577+
height: 25em;
578+
}
579+
576580
.stats-time-graph {
577581
height: 15em;
578582
}

0 commit comments

Comments
 (0)