Browse Source

Set box-sizing to todo list checkmark styles.

Oskar Wróbel 6 years ago
parent
commit
16fbcb5711
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-list/theme/list.css

+ 1 - 0
packages/ckeditor5-list/theme/list.css

@@ -55,6 +55,7 @@
 }
 
 .ck .todo-list__checkmark::after {
+	box-sizing: content-box;
 	pointer-events: none;
 	content: '';
 	position: absolute;