Skip to content

Commit

Permalink
Data Table: Fix CSS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Imad A. Bakir committed Jan 14, 2025
1 parent a01e673 commit ec4f386
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
align-items: stretch;
justify-content: space-around;
gap: 1rem;
margin: -1 * bk.$spacing-5 -1 * bk.$spacing-2;
margin: -#{bk.$spacing-5} -#{bk.$spacing-2};

>.skeleton-row {
border-bottom: 1px solid bk.$theme-rule-default;
gap: 2 * bk.$spacing-5;
gap: calc(2 * #{bk.$spacing-5});
margin: bk.$spacing-1 0;
height: bk.$spacing-10;
display: flex;
Expand Down

0 comments on commit ec4f386

Please sign in to comment.