text-editor {
  position: relative;
  display: block;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
}
text-editor .hidden {
  display: none;
}
text-editor button {
  position: absolute;
  right: 10px;
  bottom: -20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

text-editor.showall .hidden {
  display: block;
}/*# sourceMappingURL=text_editor.css.map */