Skip to content

Commit

Permalink
fix(ClickableTile): fix padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Aug 26, 2021
1 parent bb0bf29 commit ca5a295
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ComponentDemo/ComponentDemo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@ body[data-live-preview-theme='Gray 100'] ul[class^='bx--overflow-menu-options'],
z-index: 99999;
}

// ClickableTile padding issue
[class*='--tile--clickable'] {
padding: 1rem;
}

// Checkbox uses body text
// https://github.com/carbon-design-system/carbon/issues/4545
[class*='--checkbox-label'],
Expand Down

0 comments on commit ca5a295

Please sign in to comment.