demo.less 255 Bytes
.RichTextDemoContainer {
  // height: 400px;
  // padding: 0px 100px;
  background-color: #fff;
}

.contentBox {
  // height: 400px;
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
}

.RichTextDemo {
  height: 100%;
  overflow-y: scroll;
}