mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
Misc Fixes 2
- Fix table resizing issue in Flex Layouts;
This commit is contained in:
parent
4274d8cc0b
commit
ea69508e22
@ -113,7 +113,8 @@
|
|||||||
|
|
||||||
&__container-holder {
|
&__container-holder {
|
||||||
display: flex;
|
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
|
// Columns by default
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
Reference in New Issue
Block a user