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:
ادامه مطلب...
Adding the css below seems to fix it:
Code:
Code:
.menu-linkRow {
overflow: hidden;
text-overflow: ellipsis;
}
ادامه مطلب...