File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ cap-widget {
464464 left : 0 ;
465465 bottom : 0 ;
466466 z-index : 100 ;
467+ overflow : hidden;
467468 transition : transform var (--transition );
468469}
469470
@@ -662,6 +663,15 @@ cap-widget {
662663 padding : 8px 12px ;
663664}
664665
666+ .user-info > div : first-child {
667+ min-width : 0 ;
668+ overflow : hidden;
669+ }
670+ .user-info > div : first-child > div : last-child {
671+ min-width : 0 ;
672+ overflow : hidden;
673+ }
674+
665675.user-avatar {
666676 width : 32px ;
667677 height : 32px ;
@@ -680,11 +690,17 @@ cap-widget {
680690 font-size : 0.85rem ;
681691 font-weight : 600 ;
682692 color : var (--text-primary );
693+ white-space : nowrap;
694+ overflow : hidden;
695+ text-overflow : ellipsis;
683696}
684697
685698.user-email {
686699 font-size : 0.75rem ;
687700 color : var (--text-muted );
701+ white-space : nowrap;
702+ overflow : hidden;
703+ text-overflow : ellipsis;
688704}
689705
690706.main-content {
You can’t perform that action at this time.
0 commit comments