Opened 6 years ago
Closed 4 years ago
#44938 closed enhancement (duplicate)
Text overflows and breaks in the menu if the text is too long
Reported by: | dingo_d | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch dev-feedback |
Focuses: | ui, administration | Cc: |
Description
In the admin menu, if you add a name that is too long (or a text that has 17 characters) the arrow will cover the last character. Also if the text is 3 lines long (I know that menus shouldn't be that long) the text will go underneath the icon, which looks kinda ugly.
So I have made a patch that removes float on the icons and uses display: inline-block
, with a set width of a text block.
Attachments (8)
Change History (15)
#1
@
6 years ago
Hi @dingo_bastard, nice cache.
one issue is there if any one use big name like Dashboardistotallycool then text is overflow.
So I have made a patch that removes that overflow. i uses word-break: break-word;
css property.
This ticket was mentioned in Slack in #core by mukeshpanchal27. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
Bug no.1