add a margin below rendered media-tags to match that of paragraphs

pull/1/head
ansuz 4 years ago
parent 59185d7088
commit f6f5bef83e

@ -108,6 +108,9 @@
table {
margin-bottom: 1rem;
}
media-tag > * {
margin-bottom: 1rem;
}
}
.cp-splitter {

Loading…
Cancel
Save