.edit-product01 {
  overflow-y: auto;
  height: 280px;
  word-break: break-all;
}

.edit-knowledge, .edit-product02 {
  word-break: break-all;
}

@media only screen and (max-width: 980px) {
  .edit-product01 {
    height: auto;
  }
}