minfix layout (check-table)

This commit is contained in:
xdrm-brackets 2017-09-23 19:58:39 +02:00
parent 475ea6d0b3
commit fcfbd2a36a
2 changed files with 2 additions and 0 deletions

View File

@ -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{

View File

@ -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 {