.yyui-editor{
  .editor-container .editor-contenteditable-div .editable-range{
    overflow: auto;
  }
  .editor-table{
    tr{
      td{
        height:28px;
        line-height: 28px;
        padding: 0 10px;
      }
    }
  }
}