.history-navigator {
display: flex; }
.history-navigator > select {
flex-grow: 1;
max-width: 200px;
}
.history-navigator > button {
flex-grow: 0; }