Skip to content

Commit 3e23f45

Browse files
committed
CSS: Removed redundant calc
1 parent b9e2d33 commit 3e23f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/sass/_tinymce.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
padding-block-end: 1rem;
2222
outline: 0;
2323
display: block;
24-
max-width: calc(870px);
24+
max-width: 870px;
2525
}
2626

2727
.wysiwyg-input.mce-content-body {

0 commit comments

Comments
 (0)