You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#516 fixed one bug but exposed another subtle one that shows itself when the help bubble is configured to show columns that each contain two items. In the demos below, I'm using xxxxxx as the FullSeparator so it's more apparent what is different between the before/after:
Describe the bug
#516 fixed one bug but exposed another subtle one that shows itself when the help bubble is configured to show columns that each contain two items. In the demos below, I'm using
xxxxxx
as theFullSeparator
so it's more apparent what is different between the before/after:Behavior before the fix in #516
Behavior after the fix in #516
So the fix the issue of extra padding on the right side, but now only the first column uses the
FullSeparator
.Setup
To Reproduce
Reproduction script, based on the help example in charmbracelet/bubbletea
I'm working on a fix for this right now!The text was updated successfully, but these errors were encountered: