Skip to content

Commit

Permalink
fix(leaderboard): fix cropped table header labels
Browse files Browse the repository at this point in the history
  • Loading branch information
na-ji committed May 1, 2022
1 parent f136762 commit 8067311
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

.ag-cell,
.ag-header-cell {
@apply inline-flex items-center p-4 box-border;
@apply inline-flex items-center px-4 box-border;
}

.ag-cell {
Expand All @@ -104,6 +104,10 @@

.ag-header-cell {
@apply headline;

.ag-header-cell-text {
overflow: initial;
}
}

.ag-icon {
Expand Down

1 comment on commit 8067311

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for pogo-leaderboard ready!

✅ Preview
https://pogo-leaderboard-6zgtsu4do-na-ji.vercel.app
https://main-pogo-leaderboard.vercel.app

Built with commit 8067311.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.