fix(bootstrap): fix #1171 (#1172)

This commit is contained in:
Daniel Bolton 2017-07-08 08:31:24 -05:00 committed by Lex Zhukov
parent 3db684a873
commit a75cf58315

View file

@ -47,7 +47,7 @@ $card-header-font-size: 16px;
.card-body {
height: calc(100% - #{$card-title-height});
overflow-y: auto;
flex: 1;
flex: 0 1 auto;
}
}
}