mirror of https://github.com/prometheus/prometheus
Add TODO about navbar breakpoint
Signed-off-by: Julius Volz <julius.volz@gmail.com>pull/14872/head
parent
6cfee68b72
commit
d0a08623f5
|
@ -307,6 +307,8 @@ function App() {
|
|||
header={{ height: 56 }}
|
||||
navbar={{
|
||||
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",
|
||||
collapsed: { desktop: true, mobile: !opened },
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue