mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-03 15:59:57 +00:00
CSS: Removed redundant calc
This commit is contained in:
parent
b9e2d33ed4
commit
3e23f456fe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
padding-block-end: 1rem;
|
padding-block-end: 1rem;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
display: block;
|
display: block;
|
||||||
max-width: calc(870px);
|
max-width: 870px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wysiwyg-input.mce-content-body {
|
.wysiwyg-input.mce-content-body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue