CSS: Removed redundant calc

This commit is contained in:
Dan Brown 2024-04-05 15:18:58 +01:00
parent b9e2d33ed4
commit 3e23f456fe
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
padding-block-end: 1rem;
outline: 0;
display: block;
max-width: calc(870px);
max-width: 870px;
}
.wysiwyg-input.mce-content-body {