1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

Fix main column width in edit mode

This commit is contained in:
Tanya Fomina 2022-09-06 20:22:31 +03:00
parent 7b290fc33a
commit 7c4c227a4f

View file

@ -72,6 +72,10 @@
.ce-header {
@apply --font-serif;
}
.ce-block__content {
max-width: none;
}
}
.codex-editor__redactor .ce-block:first-of-type .ce-header {