mirror of
https://github.com/rio-labs/rio.git
synced 2026-05-03 17:39:10 -05:00
15 lines
227 B
SCSS
15 lines
227 B
SCSS
@import "../utils";
|
|
.rio-flow-container {
|
|
pointer-events: none;
|
|
|
|
@include single-container();
|
|
|
|
& > div {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
|
|
width: min-content;
|
|
min-width: 100%;
|
|
}
|
|
}
|