Fix overflow bug in entries and embed container. Refactor code so that containers optimize space of each entry

This commit is contained in:
Rukmini Bose 2022-10-05 10:18:26 -07:00
parent 081eeb8a1f
commit d196cafb9c

View File

@ -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;