How to manually pad a table cell with whitespace / avoid removal of whitespace? #3153
Unanswered
bluenote10
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you have added spaces, you have essentially justified the cell contents yourself. Remove the justify form the column and your decimal points will line up... |
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.
-
I'd like to combine
justify="right"
with a manual whitespace padding to achieve the desired alignment result. Consider for instance:Note that I've added a whitespace after "lower" so that it should match in width with "higher". Unfortunately, this whitespace seems to get removed implicitly. The table looks like:
I.e., the numbers don't align on the
.
because my manual padding got removed.Is there a trick to avoid the removal of the padding?
Beta Was this translation helpful? Give feedback.
All reactions