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