mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-03 22:31:46 +01:00
9 lines
188 B
SCSS
9 lines
188 B
SCSS
// See <https://github.com/nkbt/react-collapse/commit/4f4fbce7c6c07b082dc62062338c9294c656f9df>
|
|
.react-collapse-container {
|
|
display: flex;
|
|
max-width: 100%;
|
|
|
|
> * {
|
|
flex: 1;
|
|
}
|
|
}
|