Bugfix
This commit is contained in:
parent
4e88fbbb9b
commit
c92c94344c
@ -12,6 +12,12 @@
|
|||||||
&__Item {
|
&__Item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include RV-Alignment;
|
@include RV-Alignment;
|
||||||
|
|
||||||
|
&--fixedSize {
|
||||||
|
flex: 0 0;
|
||||||
|
width: min-content;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,6 +43,9 @@
|
|||||||
.RV-FlexRow__Item__Container--center {
|
.RV-FlexRow__Item__Container--center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-content: center; }
|
align-content: center; }
|
||||||
|
.RV-FlexRow__Item--fixedSize {
|
||||||
|
flex: 0 0;
|
||||||
|
width: min-content; }
|
||||||
|
|
||||||
.RV-FlexGrid__Container {
|
.RV-FlexGrid__Container {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
Loading…
Reference in New Issue
Block a user