Skip to content

Commit

Permalink
Merge pull request #268 from strideynet/kev-md-quote-paragraph-styling
Browse files Browse the repository at this point in the history
Style quotes and paragraphs in audit log comments
  • Loading branch information
KevSlashNull authored Oct 28, 2024
2 parents 6b59ef1 + 7cc1073 commit 33694d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/admin/components/shared/markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,13 @@ const renderedMarkdown = computed(() => {
.markdown >>> table {
@apply hidden;
}
.markdown >>> blockquote {
@apply pl-2 border-l-4 border-gray-400 dark:border-gray-700;
}
.markdown >>> p:not(:last-child),
.markdown >>> blockquote:not(:last-child) {
@apply mb-2;
}
</style>

0 comments on commit 33694d2

Please sign in to comment.