Skip to content

Commit

Permalink
fix(data-table): unset expand button height in short table (carbon-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and cal-smith committed Jun 21, 2019
1 parent bc9ddc8 commit 8c5b1a6
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -181,6 +181,10 @@
width: $layout-01;
}

.#{$prefix}--data-table--short .#{$prefix}--table-expand__button {
height: auto;
}

.#{$prefix}--table-expand__button:focus {
outline: 1px solid transparent;
}
Expand Down

0 comments on commit 8c5b1a6

Please sign in to comment.