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

Layout broken when title is too long #16

Open
vaucn opened this issue Jul 1, 2016 · 0 comments
Open

Layout broken when title is too long #16

vaucn opened this issue Jul 1, 2016 · 0 comments

Comments

@vaucn
Copy link

vaucn commented Jul 1, 2016

screen shot 2016-07-01 at 3 00 26 pm
I tried the style option like:

Terminal::Table.new headings: ['Owner', 'Title', 'Question', 'Accepted Answer'], rows: question_rows, style: {width: 80}

but it not work! Maybe we can give the title a max length.

question_rows << [owner['display_name'], q['title'][0..110], ...

screen shot 2016-07-01 at 3 25 36 pm
What do you think?

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

1 participant