#editor-container {
  height: 250px !important;
}


#counter {
  border: 1px solid #ccc;
  border-width: 0px 1px 1px 1px;
  color: #aaa;
  padding: 5px 15px;
  text-align: right;
}


.ql-editor ul.task-list > li {
	pointer-events: none;
}

.ql-editor ul.task-list > li::before {
  color: black;
  border: 1px solid black;
  content: " ";
  font-size: 15px;
  height: 15px;
  line-height: 1;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 15px;
  cursor: default;
  pointer-events: all;
}

.ql-editor ul.task-list > li.checked-true {
  text-decoration: line-through;
}

.ql-editor ul.task-list > li.checked-true::before {
  content: "âœ“";
}