Skip to content

Commit

Permalink
fix(TableColumnHeaderCellButton): fix alignment (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien authored Apr 25, 2024
1 parent 820cbdb commit b2e7198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frosted-ui/src/components/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
font-weight: inherit;
color: inherit;
letter-spacing: inherit;
/* Accomodating for ghost button size=1 padding */
margin-left: calc(-1 * var(--space-2));
margin-right: calc(-1 * var(--space-2));
}
/***************************************************************************************************
* *
Expand Down

0 comments on commit b2e7198

Please sign in to comment.