-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(core): prefer vertical layout categorically if there are less tha… #31221
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
View your CI Pipeline Execution ↗ for commit 594897b.
☁️ Nx Cloud last updated this comment at |
ec9f144
to
fe992ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It makes sense, we can definitely refine the auto detection a lot further, the initial work just got the "plumbing" in place. Please add a snapshot test for this
fe992ba
to
b8f325a
Compare
…n 75 characters of width
b8f325a
to
594897b
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
…n 75 characters of width
Current Behavior
Auto layout is always based on an aspect ratio which lead to horizontal layout even when there is very little horizontal space.
Expected Behavior
Auto layout prefers vertical layout with less than 75 characters of width which will allow 50 characters (75 * 2/3) for terminal output. It should be enough to show a URL in most cases:
Related Issue(s)
Fixes #