-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Max width option #83
Comments
Yes, boxen is awesome. I'm using those settings to beautify the text and make them easy to copy and paste.
It seems that we must define a symbol on both the vertical sides. |
@waylaidwanderer What would you say about options.width = (availableWidth) => {
return Math.max(30, availableWidth)
} This could be a way to set a max width of 30. |
That looks like a decent flexible solution. |
It would be nice to have a max width option as an alternative to a set width.
The text was updated successfully, but these errors were encountered: