mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 10:05:22 +00:00
Fix overflow bug in entries and embed container. Refactor code so that containers optimize space of each entry
This commit is contained in:
parent
081eeb8a1f
commit
d196cafb9c
@ -314,6 +314,7 @@
|
||||
&__time-and-content {
|
||||
display: block;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
|
||||
> * + * {
|
||||
margin-top: $interiorMarginSm;
|
||||
@ -331,7 +332,7 @@
|
||||
}
|
||||
|
||||
&__content {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 1 auto;
|
||||
margin-right: $interiorMarginSm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user