Skip to content

Commit

Permalink
style :: bottommenu
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed May 6, 2024
1 parent 1bebfd5 commit b06abd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/common/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ const BottomMenu = styled.div<{ isOpen: boolean }>`
overflow: hidden;
word-break: keep-all;
white-space: nowrap;
text-align: center;
text-align: start;
margin-left: 10px;
}
}
`;

0 comments on commit b06abd8

Please sign in to comment.