.textblock {
  position: relative;
  width: 150px;
  height: auto;
}

.textblock div[contenteditable="true"] {
  width: 100%;
  min-height: 30px;
  height: 100%;
  outline: none;
  cursor: text;
  box-sizing: border-box;
}
