Patch #22074 » 0001-Prevent-username-from-overlapping-in-mobile-menu.patch
public/stylesheets/responsive.css | ||
---|---|---|
511 | 511 | |
512 | 512 |
.flyout-menu__avatar .user { |
513 | 513 |
padding-left: 15px; |
514 |
padding-right: 15px; |
|
515 |
text-overflow: ellipsis; |
|
516 |
overflow: hidden; |
|
517 |
white-space: nowrap; |
|
514 | 518 |
} |
515 | 519 | |
516 | 520 |
/* user link when no avatar is present */ |