clack
clack copied to clipboard
[Request] Fix newline spacing
Is your feature request related to a problem? Please describe. When using new line characters in any string, the new line breaks the | spacing and starts the new line from the left-most border.
Describe the solution you'd like Ideally, newlines in strings will be offset similarly as the first line, where it is offset from the icon.
We basically need to wrap strings and re-render when a resize happens I think
After some more experimentation I think the issue occurs when the new lines are in an interactive prompt. When the new line is in a log, the padding works correctly.