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