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:
parent
2eda23fd06
commit
eec1f14512
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user