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:
parent
4f3cc7f316
commit
f23d11be60
@ -912,6 +912,7 @@ pre {
|
||||
|
||||
.poster_id {
|
||||
cursor: pointer;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.poster_id:hover {
|
||||
color: #800000!important;
|
||||
|
Loading…
Reference in New Issue
Block a user