Patch #22074 » 0002-Expand-username-to-cover-whole-line-in-mobile-menu.patch
public/stylesheets/responsive.css | ||
---|---|---|
513 | 513 |
text-overflow: ellipsis; |
514 | 514 |
overflow: hidden; |
515 | 515 |
white-space: nowrap; |
516 |
-webkit-flex-grow: 1; |
|
517 |
-ms-flex-grow: 1; |
|
518 |
flex-grow: 1; |
|
516 | 519 |
} |
517 | 520 | |
518 | 521 |
/* user link when no avatar is present */ |