Add TODO about navbar breakpoint

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14872/head
Julius Volz 2024-08-05 19:04:21 +02:00
parent 6cfee68b72
commit d0a08623f5
1 changed files with 2 additions and 0 deletions

View File

@ -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 },
}}