.bot-editor > .bot-form {
  align-content: start !important;
  grid-auto-rows: max-content !important;
  gap: 14px !important;
  padding: 16px !important;
}

.bot-editor .bot-form textarea {
  min-height: 116px;
  resize: vertical;
}
