add a margin below rendered media-tags to match that of paragraphs
parent
59185d7088
commit
f6f5bef83e
|
@ -108,6 +108,9 @@
|
|||
table {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
media-tag > * {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.cp-splitter {
|
||||
|
|
Loading…
Reference in New Issue