Put chart height in the CSS to prevent flickering when loading a stats page
- Legacy-Id: 12868
This commit is contained in:
parent
4d8dd3ee4f
commit
f180147cbd
|
@ -573,6 +573,10 @@ table.simple-table td:last-child {
|
|||
text-indent: -1em;
|
||||
}
|
||||
|
||||
.document-stats #chart {
|
||||
height: 25em;
|
||||
}
|
||||
|
||||
.stats-time-graph {
|
||||
height: 15em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue