boxen icon indicating copy to clipboard operation
boxen copied to clipboard

Table border wrongly formatted

Open marcospassos opened this issue 10 months ago • 4 comments

When printing items with colors, the border gets wrongly rendered:

image

Is there any workaround for this?

PS: I'm using Chalk for the text coloring.

marcospassos avatar Aug 27 '23 21:08 marcospassos

Hi, thanks for sharing this issue.

I couldn't reproduce this issue on my side. My guess is that you used tabs in your text string, most probable if you used string literals. If that's the case then I recommend using spaces instead because space has a defined width.

If that doesn't fix the issue, could you please provide the code that you used ?

Thanks

Caesarovich avatar Aug 28 '23 11:08 Caesarovich

@marcospassos Hi, it looks like you did not respond to the issue. I will soon close this issue for inactivity.

Caesarovich avatar Nov 15 '23 14:11 Caesarovich

@Caesarovich, I'm not using tabs, just space. I'm checking if it is not a version conflict that is making the project use an older version.

marcospassos avatar Nov 24 '23 15:11 marcospassos

Hi @marcospassos , I'm coming back on this issue. I still can't reproduce on my side.

Caesarovich avatar Jan 20 '24 12:01 Caesarovich