I am currently facing challenges in aligning my layout correctly, especially on resolving the final adjustments.
In the scenario described below, everything seems to work fine when the message_data
<span>
elements contain a single line of data. However, when one of those lines extends to multiple lines, it disrupts the alignment of rows within columns.
How can I ensure that the message_labels
and message_data
are all aligned at the top of each row, similar to a data table?
FLEXBOX NO DATA:
...