minfix layout (check-table)
This commit is contained in:
parent
475ea6d0b3
commit
fcfbd2a36a
|
@ -21,6 +21,7 @@
|
||||||
&.contain-check-table{
|
&.contain-check-table{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-box{
|
.inline-box{
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#WRAPPER > #CONTAINER > section.active.contain-check-table {
|
#WRAPPER > #CONTAINER > section.active.contain-check-table {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#WRAPPER > #CONTAINER > section.active .inline-box {
|
#WRAPPER > #CONTAINER > section.active .inline-box {
|
||||||
|
|
Loading…
Reference in New Issue