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 676440f commit 266eb7bCopy full SHA for 266eb7b
frontend/src/components/Common/Sidebar.tsx
@@ -65,7 +65,7 @@ const Sidebar = () => {
65
</Flex>
66
</Box>
67
{currentUser?.email && (
68
- <Text fontSize="sm" p={2}>
+ <Text fontSize="sm" p={2} truncate maxW="sm">
69
Logged in as: {currentUser.email}
70
</Text>
71
)}
0 commit comments