14 lines
138 B
SCSS
14 lines
138 B
SCSS
|
|
.stretchChildrenWidth{
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
.flexRowContent--identifier{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: end;
|
|
|
|
}
|
|
|