.row {
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  justify-content: center;
  align-items: center;
}

.row > input {
  flex-grow: 1;
}

input {
  margin: 0px;
}
