I recently created a table that looks like a calendar in this Plunker. However, I encountered an issue where the days within the table do not always start from the top left corner despite adding the following CSS:
td {
vertical-align: top;
}
I'm puzzled as to why this isn't working because it has worked perfectly fine in other instances. Could it be related to the font
element that I'm using?