Fix space in quote hash navigation
This commit is contained in:
parent
6d8cd45b41
commit
a1a427dbda
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1211,6 +1211,9 @@ a.useremail:last-of-type {
|
|||||||
.inline + .hashlink {
|
.inline + .hashlink {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.hashlink::before {
|
||||||
|
content: '\\00a0';
|
||||||
|
}
|
||||||
/* Quote Threading */
|
/* Quote Threading */
|
||||||
.threadContainer {
|
.threadContainer {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user