Prevent poster IDs from wordwrapping

Poster IDs still linebreak between "ID:" and the ID, this corrects that without having to replace the space inbetween with an   nonbreaking space.
This commit is contained in:
Duane Moody 2015-10-22 10:50:59 -07:00
parent f9a7bac6f0
commit cd5f02d676

View File

@ -1018,6 +1018,7 @@ pre {
.poster_id {
cursor: pointer;
white-space:nowrap;
}
.poster_id::before {