feat: improves margins in rich text

This commit is contained in:
James
2021-04-18 15:47:53 -04:00
parent 7db23f8ebb
commit 20d7a01919

View File

@@ -19,11 +19,15 @@
&__editor {
min-height: base(10);
p,
span[data-slate-node=element] {
margin-bottom: base(0.25);
}
h1,
h2,
h3 {
margin-bottom: base(0.25);
h3,
h4 {
margin-bottom: base(.5);
}
}