File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,3 +191,7 @@ nav {
191191 }
192192 }
193193}
194+
195+ app-search {
196+ overflow : hidden ;
197+ }
Original file line number Diff line number Diff line change 128128button {
129129 border : none ;
130130}
131+
132+ app-user-menu {
133+ overflow : hidden ;
134+ }
Original file line number Diff line number Diff line change 1111 id ="cy-user-info "
1212 >
1313 < img src ="./assets/vectors/profile-icon.svg " alt ="" />
14- < ng-container *ngIf ="platform.columns12 " class ="name-container "> {{
14+ < span *ngIf ="platform.columns12 " class ="name-text -container "> {{
1515 displayName
16- }}</ ng-container >
16+ }}</ span >
1717
1818 < mat-icon *ngIf ="platform.columns12 "> expand_more</ mat-icon >
1919 </ button >
Original file line number Diff line number Diff line change 3636
3737:host {
3838 .user-menu-button {
39+ max-width : 100% ;
3940 padding : 0 32px ;
4041 .columns-4 & {
4142 padding : 0 ;
6566 margin-right : 12px ;
6667 }
6768}
69+
70+ span .name-text-container {
71+ overflow : hidden ;
72+ width : calc (100% - 59px );
73+ display : inline-block ;
74+ text-overflow : ellipsis ;
75+ }
You can’t perform that action at this time.
0 commit comments