mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-09 07:49:46 +01:00
Merge pull request #531 from duanemoody/master
Prevent poster IDs from wordwrapping
This commit is contained in:
commit
1a90756cd2
@ -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