charmbracelet / charmbracelet/bubbles

Table cell padding no longer works since 1ba1200

Open
#472 15 comments 0 reactions 0 assignees Claimed by @bashbunni View on GitHub
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:
![image](https://github.com/charmbracelet/bubbles/assets/262880/c5473cc1-0180-46d4-8d96-47ede5a586ce)

After:
![image](https://github.com/charmbracelet/bubbles/assets/262880/0bf7055c-5092-4349-855a-e9ec1b62b79f)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.