mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-11-25 05:23:21 +03:00
CSS: Removed redundant calc
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
padding-block-end: 1rem;
|
||||
outline: 0;
|
||||
display: block;
|
||||
max-width: calc(870px);
|
||||
max-width: 870px;
|
||||
}
|
||||
|
||||
.wysiwyg-input.mce-content-body {
|
||||
|
||||
Reference in New Issue
Block a user