.editable{
    width: auto;
    min-width: 30px;
    border: none;
    outline: none;
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
    text-align: inherit;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    white-space: pre-wrap
}
.editable:empty:after{
   content:"..."
  }
