Misc Fixes 2

- Fix table resizing issue in Flex Layouts;
This commit is contained in:
charlesh88 2019-04-16 14:45:08 -07:00
parent 4274d8cc0b
commit ea69508e22

View File

@ -113,7 +113,8 @@
&__container-holder {
display: flex;
flex: 1 1 100%; // Must needs to be 100% to work
flex: 1 1 100%; // Must be 100% to work
overflow: auto;
// Columns by default
flex-direction: row;