mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
fix graph legend container on smaller widths
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
|
||||
.graph-legend {
|
||||
.box-header-font;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
left: 7rem;
|
||||
@@ -158,4 +159,4 @@
|
||||
.updatePageviewsGraph.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user