forked from GithubBackups/vichan
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
f9a7bac6f0
commit
cd5f02d676
@ -1018,6 +1018,7 @@ pre {
|
|||||||
|
|
||||||
.poster_id {
|
.poster_id {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poster_id::before {
|
.poster_id::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user