##// END OF EJS Templates
Expand username to cover whole line in mobile menu (#22074)....
Jean-Philippe Lang -
r14829:079a1881d78c
parent child
Show More
@@ -515,6 +515,9
515 515 text-overflow: ellipsis;
516 516 overflow: hidden;
517 517 white-space: nowrap;
518 -webkit-flex-grow: 1;
519 -ms-flex-grow: 1;
520 flex-grow: 1;
518 521 }
519 522
520 523 /* user link when no avatar is present */
General Comments 0
You need to be logged in to leave comments. Login now