Skip to content

Commit

Permalink
fix(component-library): remove header when table does not use one
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Jan 8, 2025
1 parent 7f94b84 commit cfc8db0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,10 @@ $tableCellPadding: $tableCellPaddingTop $tableCellPaddingRight $tableCellPadding
align-items: center;
gap: var(--scale-size-8);
padding: 1.25rem 1.5rem 1rem 1.5rem;
&:empty {
display: none;
}
}
// TODO: improve the name of this css selector
Expand Down

0 comments on commit cfc8db0

Please sign in to comment.