Skip to content

Commit

Permalink
fix(data-table): ai spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Dec 14, 2023
1 parent 3022704 commit 48eb044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@
//
// "selection" and "expandable" sizes
//
:host(#{$prefix}-table-header-row[selection-name][expandable]),
:host(#{$prefix}-table-row[selection-name][expandable]) {
::slotted(#{$prefix}-table-header-cell),
::slotted(#{$prefix}-table-cell) {
padding-left: $spacing-03;
}
}

:host(#{$prefix}-table-header-row[selection-name][expandable][size='xs']),
:host(#{$prefix}-table-row[selection-name][expandable][size='xs']) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@
.#{$prefix}--table-sort__icon {
transform: rotate(180deg);
}

:host(#{$prefix}-table-header-cell[sort-direction]) {
::slotted(#{$prefix}-slug){
margin-inline-end: auto;
margin-inline-start: $spacing-03;
}
}

0 comments on commit 48eb044

Please sign in to comment.