index.less 236 B

1234567891011121314
  1. .editable-span{
  2. display: inline-block;
  3. outline: none;
  4. word-break: break-word;
  5. min-width: 10px;
  6. // line-height: 2;
  7. height: 16px;
  8. line-height: 16px;
  9. /*vertical-align: middle;*/
  10. text-align: left;
  11. }
  12. .full{
  13. width: 100%;
  14. }