.button-group {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
}
