We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2d57e commit b88ae96Copy full SHA for b88ae96
tools/server/webui/src/components/Sidebar.tsx
@@ -75,7 +75,7 @@ export default function Sidebar() {
75
Skip to main content
76
</a>
77
78
- <div className="flex flex-col bg-base-200 min-h-full max-w-64 pb-4 px-4">
+ <div className="flex flex-col bg-base-200 min-h-full max-w-full pb-4 px-4">
79
<div className="flex flex-row items-center justify-between leading-10 py-2 border-b border-base-content/10">
80
{/* close sidebar button */}
81
<label className="w-8 h-8 p-0 max-lg:hidden"></label>
0 commit comments