.sidebar {
  display: flex;
  flex-wrap: wrap;
}

.sidebar > * {
  flex-grow: 1;
}