Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get a more compact layout with no padding? #250

Closed
abcdvvvv opened this issue Nov 15, 2024 · 3 comments
Closed

How to get a more compact layout with no padding? #250

abcdvvvv opened this issue Nov 15, 2024 · 3 comments

Comments

@abcdvvvv
Copy link

The default print behavior is to have box lines and padding, but I only want to keep the box lines and don't want the padding on the right side. Is it possible to do it?

The default
┌──────────┬──────────┬──────────┐
│ Column 1 │ Column 2 │ Column 3 │
├──────────┼──────────┼──────────┤
│        1 │        2 │        3 │
│        4 │        5 │        6 │
└──────────┴──────────┴──────────┘
expected
┌─────────┬─────────┬─────────┐
│ Column 1│ Column 2│ Column 3│
├─────────┼─────────┼─────────┤
│        1│        2│        3│
│        4│        5│        6│
└─────────┴─────────┴─────────┘
@ronisbr
Copy link
Owner

ronisbr commented Nov 15, 2024

Hi @abcdvvvv !

Unfortunately not. What is your use case for this feature?

@abcdvvvv
Copy link
Author

I just want it to be more compact because my monitor is small. Thank you for the answer though.

@ronisbr
Copy link
Owner

ronisbr commented Nov 16, 2024

I see! Maybe you can remove the vertical lines instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants