News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

#profile_menu_top tweak

Started by Antechinus, August 20, 2021, 03:35:41 AM

Previous topic - Next topic

Antechinus

See: https://www.simplemachines.org/community/index.php?topic=578572.0

Basically, adding white-space: nowrap; to the drop menu links, to keep things tidy.

.profile_user_links li {
    font-size: .8rem;
    line-height: 2em;
    padding-left: 24px;
    text-indent: -24px;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: nowrap;
}


Advertisement: