Skip to content

Commit

Permalink
fix(data-table): fix row sizing with overflow menu (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Feb 12, 2020
1 parent 55f44c9 commit 0aa38ec
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@
}

// Overflow Menu Overrides
.#{$prefix}--data-table td .#{$prefix}--overflow-menu {
margin: rem(-7px) 0 rem(-8px);
}

.#{$prefix}--data-table.#{$prefix}--data-table--compact
td
.#{$prefix}--overflow-menu {
margin: 0;
}

.#{$prefix}--data-table
td.#{$prefix}--table-column-menu
.#{$prefix}--overflow-menu[aria-expanded='false']:focus {
Expand Down

0 comments on commit 0aa38ec

Please sign in to comment.