Fix styling bug when editing a text block
This commit is contained in:
parent
11e695a1c7
commit
ef4b1356ac
|
|
@ -26,6 +26,7 @@
|
||||||
.text-block {
|
.text-block {
|
||||||
margin-bottom: $medium-spacing; // if calc is not supported
|
margin-bottom: $medium-spacing; // if calc is not supported
|
||||||
margin-bottom: calc(#{$large-spacing} - 0.25rem); // to offset the 1.5 line height, which leaves a padding
|
margin-bottom: calc(#{$large-spacing} - 0.25rem); // to offset the 1.5 line height, which leaves a padding
|
||||||
|
@include regular-paragraph;
|
||||||
|
|
||||||
/deep/ ul {
|
/deep/ ul {
|
||||||
@include list-parent;
|
@include list-parent;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue