dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#tooltip-thankyou-wrapper {
  max-width: 250px;
}
.thankyou__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 8px;
  row-gap: 4px;
  text-align: center;
  width: 100%;
}
.thankyou__avatar {
  border-radius: 100%;
  height: 30px;
}
.thankyou__avatar:not(:first-child) {
  margin-left: -10px;
}
.thankyou__container button {
  margin-top: 8px;
}
.thankyou__description, .thankyou__users {
  flex-grow: 1;
}
.thankyou__action {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: center;
}
.thankyou__text {
  align-items: center;
  display: flex;
  height: 4em;
  justify-content: center;
  width: 240px;
}
.thankyou__text:empty {
  display: none;
}