Opened 8 years ago
Closed 6 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: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch dev-feedback |
| Cc: | Focuses: | ui, administration |
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
@
8 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Bug no.1