Fix styling bug when editing a text block

This commit is contained in:
Ramon Wenger 2022-10-20 10:42:05 +02:00
parent 11e695a1c7
commit ef4b1356ac
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
.text-block {
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
@include regular-paragraph;
/deep/ ul {
@include list-parent;