.quill-table__wrapper {
  overflow-x: auto;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.quill-table__table {
  border-collapse: collapse;
  box-sizing: border-box;
  table-layout: fixed;
  width: 100%
}

table .quill-table__cell {
  word-wrap: break-word;
  border: 1px solid #dcdcdc;
  padding: 2px 5px
}

.quill-table__cell-line {
  margin: 0;
  padding: 0
}

.quill-table__cell {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}