Please set the CSS for your snippet-box-container's align-items property to flex-start.
.snippet-box-container{ display: flex; align-items: flex-start; }
Please see this link for more help: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox#align-items