I just noticed in https://forum.facepunch.com/f/meta/othk/Make-Me-Happy/1/#posthxqdk that usernames with whitespaces are broken up into several lines.
Probably has do to with the recent change in how browsers wrap text around.
Idea to fix:
/* do not allow text to wrap */
.votes .list {
white-space: nowrap;
}
/* add auto width for longer user names */
/* maybe max width needed */
.votes .list > div {
width: auto;
}
oops i broke it
This has been fixed for awhile in the Awfully White theme. Pretty sure it was actually
who brought it to my attention when I was working on the styling there too.
Sorry, you need to Log In to post a reply to this thread.