Don't render inline quote policy links
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
eris 2022-08-07 07:57:21 +00:00
parent e47d3a6d13
commit 92e0d885f0
1 changed files with 6 additions and 0 deletions

View File

@ -76,4 +76,10 @@
}
}
}
.quote-inline,
.quote + .link-preview {
display: none;
}
</style>