make rt-tfoot flex behaviour the same as rt-thead (#459)

This brings `rt-tfoot` into line with `rt-thead` in terms of flex behaviour.
Without this, it's possible for an `rt-tr` to be taller than its containing
`rt-tfoot` without causing it to expand, which causes the outer `rt-table` to
scroll vertically.
This commit is contained in:
Conrad Pankoff
2017-09-01 09:23:44 +10:00
committed by Tanner Linsley
parent 2630161222
commit ff95c21440

View File

@@ -168,6 +168,7 @@ $expandSize = 7px
z-index: 10
.rt-tfoot
flex: 1 0 auto
display: flex
flex-direction: column
box-shadow: 0 0px 15px 0px alpha(black, .15)