Skip to content

Commit

Permalink
CSS: Removed redundant calc
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Apr 5, 2024
1 parent b9e2d33 commit 3e23f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/sass/_tinymce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
padding-block-end: 1rem;
outline: 0;
display: block;
max-width: calc(870px);
max-width: 870px;
}

.wysiwyg-input.mce-content-body {
Expand Down

0 comments on commit 3e23f45

Please sign in to comment.