mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-02 23:40:04 +00:00
parent
19f78dbe6c
commit
b9e2d33ed4
2 changed files with 4 additions and 2 deletions
resources/sass
|
@ -128,8 +128,9 @@
|
||||||
body {
|
body {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding-inline-start: 16px;
|
padding-inline-start: 12px;
|
||||||
padding-inline-end: 16px;
|
padding-inline-end: 12px;
|
||||||
|
max-width: 864px;
|
||||||
}
|
}
|
||||||
[drawio-diagram]:hover {
|
[drawio-diagram]:hover {
|
||||||
outline: 2px solid var(--color-primary);
|
outline: 2px solid var(--color-primary);
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
padding-block-end: 1rem;
|
padding-block-end: 1rem;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
max-width: calc(870px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wysiwyg-input.mce-content-body {
|
.wysiwyg-input.mce-content-body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue