-
fix(core): prefer vertical layout categorically if there are less tha… (#31221)
发布于
2025-05-17 14:24:13 +00:00 …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 #
下载附件