Skip to content
Snippets Groups Projects
Commit 51272f17 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

style(announcements): don't put margin on paragraphs

parent b04c4e7f
Branches
Tags v0.17.15
No related merge requests found
......@@ -134,7 +134,7 @@
<article class="announcement {warning ? 'warning' : 'primary'}">
<div class="text">
<strong>{title}</strong>
<div class="body user-html">
<div class="body">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
{@html bodyHtml}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment