In regards to the basic table, or fields component, it was stated that “everything on the right side is always right aligned” in this post.
What is the reasoning for this? I don’t think I’ve ever had a design problem where I needed the field name to be left justified and the value be right justified. It just looks like a bug or bad design…
One case where right aligned makes sense is when you display a series of numbers. I prefer to have numbers right aligned rather than left align. Otherwise decimals would not align correctly if you have multiple lines with numbers.
I guess it just depends on the use case and preference. I don’t think the Fields component was really designed for large amounts of text. Moreso, for a heading and value. For example, this is how I use it.
A pretty easy alternative is to create an HTML table to use in a rich text component, or use the Custom AI component. Then you have the freedom to design it however you want.