fix: remove unnecessary margin-top from editor with toolbar

This commit is contained in:
Justin Edmund 2025-06-26 14:29:29 -04:00
parent 68d931df82
commit ebdd958374

View file

@ -354,7 +354,6 @@
&.with-toolbar { &.with-toolbar {
border-top: none; border-top: none;
margin-top: $unit-2x;
} }
// More generous padding for full variant // More generous padding for full variant