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
I don't think GetHorizontalFrameSize is working properly. I just ran an example that had a border and padding, but it only returned the amount of padding and didn't include the border
I don't think
GetHorizontalFrameSize
is working properly. I just ran an example that had a border and padding, but it only returned the amount of padding and didn't include the borderThis is the program I ran https://github.com/charmbracelet/bubbletea/blob/master/examples/glamour/main.go
When I set glamour's word wrapping to
vp.Width-4
it works fine, but if I usevp.Style.GetHorizontalFrameSize()
it only returns 2, so breaks the table.The text was updated successfully, but these errors were encountered: