This commit is contained in:
2020-08-23 14:43:34 +02:00
parent 4e88fbbb9b
commit c92c94344c
2 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,12 @@
&__Item {
width: 100%;
@include RV-Alignment;
&--fixedSize {
flex: 0 0;
width: min-content;
}
}
}