Skip to content

Commit 600a7a0

Browse files
authored
Merge pull request #2611 from nextcloud/bugfix/2504
Fix paragraph styling in comments
2 parents 84e93c2 + f8a518a commit 600a7a0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/components/card/CommentItem.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,13 @@ export default {
196196
}
197197
}
198198
199-
.comment--content::v-deep a {
200-
text-decoration: underline;
199+
.comment--content::v-deep {
200+
a {
201+
text-decoration: underline;
202+
}
203+
204+
p {
205+
margin-bottom: 1em;
206+
}
201207
}
202208
</style>

0 commit comments

Comments
 (0)