Fix paragraph styling in comments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-11-24 11:54:41 +01:00
parent 84e93c2798
commit f8a518a55b

View File

@@ -196,7 +196,13 @@ export default {
}
}
.comment--content::v-deep a {
.comment--content::v-deep {
a {
text-decoration: underline;
}
p {
margin-bottom: 1em;
}
}
</style>