Vote #77221
完了Prevent username from overlapping in mobile menu
0%
説明
Under certain cirumstances the username shown in the mobile menu can break into another line overlapping the next menu item. For example if the username is too long and contains a '-':
!before.png!
I am attaching a patch which fixes this behaviour by avoiding line breaks and by adding @text-overflow: ellipsis@
!after.png!
journals
The fix works fine for me. Setting target version to 3.2.1.
--------------------------------------------------------------------------------
Sorry for hijacking this issue, but my problem is related.
If the user name is really short, e.g. a single letter, the menu entry does not cover the whole width, in contrast to the other menu entries. This makes touching the link needlessly complicated.
!screen-capture-30.png!
The second attached patch expands the user name link to cover the whole line.
--------------------------------------------------------------------------------
Both patches are merged in 3.2, thanks.
--------------------------------------------------------------------------------