I am trying to create a two-column list that fills items from left to right and then downwards. However, I am facing an issue with unwanted spacing when a multiple line item appears on the right side. Take notice of the extra space to the left of 'Big Coffee'. This is causing too much space above 'Tea' in the left column due to the 'Big Coffee' item spanning two lines. My goal is to eliminate this excess space and stack the items with just a 3% margin.
How can I stack the list items below one another without these additional spaces? Below is a snippet of my HTML code:
<html>
<head>
<title>Sample Page</title;