Skip to content

Commit b484b6f

Browse files
committed
fix: sidebar style
1 parent 4f4f69a commit b484b6f

File tree

1 file changed

+2
-1
lines changed
  • templates/chain-admin/components/common/Sidebar

1 file changed

+2
-1
lines changed

templates/chain-admin/components/common/Sidebar/Sidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export const Sidebar = ({ isOpen, onClose }: SidebarProps) => {
2222

2323
const desktopSidebar = (
2424
<Box
25-
width="240px"
25+
width="$fit"
26+
minWidth="240px"
2627
px="30px"
2728
pt="30px"
2829
pb="24px"

0 commit comments

Comments
 (0)