diff --git a/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css b/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css index 3b9a5e0d34..d3026ce5c9 100644 --- a/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css +++ b/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css @@ -129,11 +129,18 @@ .leftDrawer .profileContainer .profileText { flex: 1; text-align: start; + overflow: hidden; } .leftDrawer .profileContainer .profileText .primaryText { font-size: 1.1rem; font-weight: 600; + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 2; /* number of lines to show */ + -webkit-box-orient: vertical; + word-wrap: break-word; + white-space: normal; } .leftDrawer .profileContainer .profileText .secondaryText {