forked from leftypol/leftypol
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
1 changed files with 1 additions and 0 deletions
|
@ -912,6 +912,7 @@ pre {
|
|||
|
||||
.poster_id {
|
||||
cursor: pointer;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.poster_id:hover {
|
||||
color: #800000!important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue