From ff95c2144042d0b19644fd5f4f4bf59fd660e3f3 Mon Sep 17 00:00:00 2001 From: Conrad Pankoff Date: Fri, 1 Sep 2017 09:23:44 +1000 Subject: [PATCH] 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. --- src/index.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.styl b/src/index.styl index f0d0ab4..eeb0bbc 100644 --- a/src/index.styl +++ b/src/index.styl @@ -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)