list-table : change default alignment #14069
rodrigo-j-goncalves
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
|
If you want your feature request to be actionable, you should definitely not ask "dear maintainers, please read the whole thread to understand what I want, thank you".
For example, here you are not providing any context. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using
list-tablewith mixed content (for example, 1st column has only text and 2nd column has figures), I noticed that the text is bottom-aligned while the figure seems to be top-aligned. This creates odd-looking tables.Take this as an example (code below): The table has 2 columns; the left column has a figure with a caption, and the right column has only text. It can be seen that, by default, the text is bottom-aligned while the figure is top-aligned. This results in a large empty space above the text and next to the figure. The size of the wasted empty space is proportional to the figure size:

Feature request
It would make sense if the default alignment of any element in a cell is the same.
I am not advocating for one in particular (top, middle, bottom) as I understand that is a matter of taste. But definitely not opposite, like it is now.
If I had to choose, I'd use middle align for both text and figures. It seems the most 'neutral' default to me. But again, both text and figures should have the same alignment.
Note: I originally posted a question in Discussion 13979, but I'm opening a FR as I think it would make sense.
Reproducible example
Beta Was this translation helpful? Give feedback.
All reactions