.vui-overflow-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vui-overflow-list > *:not(:last-child) {
  flex-shrink: 0;
}
.vui-overflow-list-spacer {
  flex: 1;
  min-width: 0;
  height: 1px;
}
