.hover::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 0;
  transition: 0.3s;
  height: 1px;
  background: #2846ff;
}
.hover:hover:after {
  width: 100%;
}
table .quill-table__cell {
    padding: 10px
}