:host {
  display: flex;
  flex: 1;
  flex-direction: column;

  .more-spacer {
    flex: 1 1 auto;
  }
}