charmbracelet / charmbracelet/bubbles
Table cell padding no longer works since 1ba1200
Open
- Dominant language
- Go
- Stars
- 8.9k
- Forks
- 457
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
Description
The commit [1ba1200](https://github.com/charmbracelet/bubbles/commit/1ba1200c31f7177dd24aa884ef9df60b00f76479) of PR #388 breaks my bubbles/table:
Before:

After:

I configure the cell style as:
```go
styleCell = lipgloss.NewStyle().Padding(0, 1, 0, 0)
```
so one space at the right of the cell, not at the bottom too.
Tx!
Contributor guide
Assessment
This issue has not been assessed yet.