widget-with-nestededitable.html 156 B

12345678910111213
  1. <style>
  2. .widget {
  3. background: #EEE;
  4. padding: 10px !important;
  5. }
  6. .nested {
  7. background: #FFF;
  8. padding: 10px;
  9. }
  10. </style>
  11. <div id="editor"></div>