Skip to content

Commit 9ca90fc

Browse files
Jerome-Herbinetmejo-
authored andcommitted
Remove bottom margin for better warning blocks display
Fixes: nextcloud/collectives#1175 Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jonas <jonas@freesources.org>
1 parent fc5bab5 commit 9ca90fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/Callout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
8787
.callout__content {
8888
margin-left: 1em;
89-
&:deep(p) {
89+
&:deep(p .paragraph-content) {
9090
&:last-child {
9191
margin-bottom: 0;
9292
}

0 commit comments

Comments
 (0)