Skip to content

Commit 522033a

Browse files
committed
Added mising semicolon.
1 parent a86eb26 commit 522033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ckeditor5-core/theme/core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
1010
--ck-content-font-color: #000;
1111
--ck-content-line-height: 1.5;
12-
--ck-content-word-break: break-word
12+
--ck-content-word-break: break-word;
1313
}
1414

1515
.ck-content {

0 commit comments

Comments
 (0)