5 lines
109 B
CSS
5 lines
109 B
CSS
/* Stable minimum width so the transport cluster doesn't reflow */
|
|
.transport-zone {
|
|
min-width: 180px;
|
|
}
|