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