mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Add TODO about navbar breakpoint
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
6cfee68b72
commit
d0a08623f5
|
@ -307,6 +307,8 @@ function App() {
|
||||||
header={{ height: 56 }}
|
header={{ height: 56 }}
|
||||||
navbar={{
|
navbar={{
|
||||||
width: 300,
|
width: 300,
|
||||||
|
// TODO: On pages with a long title like "/status", the navbar
|
||||||
|
// breaks in an ugly way for narrow windows. Fix this.
|
||||||
breakpoint: "sm",
|
breakpoint: "sm",
|
||||||
collapsed: { desktop: true, mobile: !opened },
|
collapsed: { desktop: true, mobile: !opened },
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue