Skip to content

Commit

Permalink
fix(ClickableTile): fix padding issue (#2521)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <[email protected]>
  • Loading branch information
tw15egan and andreancardona authored Sep 27, 2021
1 parent 48ae339 commit 1a16390
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

1 comment on commit 1a16390

@vercel
Copy link

@vercel vercel bot commented on 1a16390 Sep 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.