.composer-input {
  flex: 1;
  min-width: 0;
}

.composer-input textarea {
  display: block;
  width: 100%;
  resize: vertical;
}

.send-button.is-stopping {
  background: var(--danger);
  font-size: 15px;
}
