ajout de .item-fluid
This commit is contained in:
parent
c5606774af
commit
bb68ba9741
3 changed files with 5 additions and 3 deletions
|
@ -1039,7 +1039,8 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-item-fluid {
|
.flex-item-fluid,
|
||||||
|
.item-fluid {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -104,7 +104,8 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-item-fluid {
|
.flex-item-fluid,
|
||||||
|
.item-fluid {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue