Fix paragraph styling in comments
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -196,7 +196,13 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.comment--content::v-deep a {
|
||||
.comment--content::v-deep {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user