trix-toolbar {
  display: none !important;
}

trix-editor {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
  outline: none;
  background-color: white;
}
}

trix-editor img {
  width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0.4em 1em !important;
}

trix-editor .attachment--preview figcaption {
  display: none;
}

