.status__content, .reply-indicator__content {
  overflow: visible !important;
}

.status__content .emojione {
  /* width: 4.5rem; */  /* Makes them slightly larger than the text */
  width: auto;
  height: 2em;
  vertical-align: middle;
}

.emojione {
  object-fit: contain;
  width: auto;
  max-width: 8rem; /* Limits how wide a single emoji can get */
}


