5 lines
108 B
CSS
5 lines
108 B
CSS
/* Stable minimum width so the transport cluster doesn't reflow */
|
|
.controls-left {
|
|
min-width: 200px;
|
|
}
|