Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: Antechinus on August 20, 2021, 03:35:41 AM

Title: #profile_menu_top tweak
Post by: Antechinus on August 20, 2021, 03:35:41 AM
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;
}
Title: Re: #profile_menu_top tweak
Post by: ozp on August 23, 2021, 09:29:55 AM
PR created https://github.com/SimpleMachines/SMF2.1/pull/7013