10 lines
125 B
SCSS
10 lines
125 B
SCSS
|
.flexRowContent {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.stretchChildrenWidth {
|
||
|
width: 100% !important;
|
||
|
}
|