style(editor): remove max-width limit on editor content
Allows the markdown editor to expand to full width instead of being constrained to 900px, providing better use of available screen real estate.
This commit is contained in:
@@ -275,7 +275,7 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.milkdown-editor :deep(.milkdown) {
|
.milkdown-editor :deep(.milkdown) {
|
||||||
max-width: 900px;
|
max-width: none;
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
padding: 20px 40px !important;
|
padding: 20px 40px !important;
|
||||||
min-height: calc(100vh - 40px);
|
min-height: calc(100vh - 40px);
|
||||||
|
|||||||
Reference in New Issue
Block a user