We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f78db commit b9e2d33Copy full SHA for b9e2d33
resources/sass/_forms.scss
@@ -128,8 +128,9 @@
128
body {
129
display: block;
130
background-color: #fff;
131
- padding-inline-start: 16px;
132
- padding-inline-end: 16px;
+ padding-inline-start: 12px;
+ padding-inline-end: 12px;
133
+ max-width: 864px;
134
}
135
[drawio-diagram]:hover {
136
outline: 2px solid var(--color-primary);
resources/sass/_tinymce.scss
@@ -21,6 +21,7 @@
21
padding-block-end: 1rem;
22
outline: 0;
23
24
+ max-width: calc(870px);
25
26
27
.wysiwyg-input.mce-content-body {
0 commit comments