Add margin reset for preformatted text in minimal code block editor

- Introduced a margin reset for preformatted text within the minimal code block editor to ensure consistent styling and alignment.
This commit is contained in:
Tom Butcher 2026-07-25 01:35:28 +01:00
parent 2eda23fd06
commit eec1f14512

View File

@ -782,3 +782,7 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton {
.ant-descriptions .ant-descriptions-item-label::after { .ant-descriptions .ant-descriptions-item-label::after {
top: 0; top: 0;
} }
.minimal-code-block-editor .ant-typography pre {
margin: 0;
}