Skip to content

Commit

Permalink
fix: 1532-incorrect-padding-sizes (#15551)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
riddhybansal and tw15egan committed Feb 6, 2024
1 parent 5026160 commit 9479afd
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -101,6 +101,8 @@
td
.#{$prefix}--child-row-inner-container {
max-block-size: 100%;
padding-block: 1rem;
padding-block-end: 1.5rem;
}

// bottom border overrides
Expand Down

0 comments on commit 9479afd

Please sign in to comment.