Skip to content

Commit 9a4f981

Browse files
committed
fix(web): set fixed width for SidebarTabContainer
This prevents a long title from expanding the rectangle width
1 parent 73c1ecc commit 9a4f981

File tree

1 file changed

+1
-1
lines changed
  • packages/web/src/views/Calendar/components/Sidebar

1 file changed

+1
-1
lines changed

packages/web/src/views/Calendar/components/Sidebar/styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const SidebarTabContainer = styled.div`
7070
height: calc(100% - ${ICON_ROW_HEIGHT}px);
7171
overflow: auto;
7272
padding: 0 25px;
73-
width: 100%;
73+
width: ${SIDEBAR_OPEN_WIDTH}px;
7474
7575
::-webkit-scrollbar {
7676
width: 8px;

0 commit comments

Comments
 (0)