Increase controls min-width

This commit is contained in:
Elie Genard 2019-09-11 17:26:48 +02:00
parent 670b116b93
commit a7459b78d4

View file

@ -16,7 +16,7 @@ button {
display: block; display: block;
position: relative; position: relative;
min-height: 40px; min-height: 40px;
min-width: 200px; min-width: 230px;
} }
.controls { .controls {