[RSS Feed/News] Long navigation link titles can cause a text overflow on dropdown menus

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Long navigation titles can currently overflow outside a navigation dropdown menu.

Adding the css below seems to fix it:

Code:

Code:
.menu-linkRow {
    overflow: hidden;
    text-overflow: ellipsis;
}

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom