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 {
|
||||||
text-decoration: underline;
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user