Skip to content

Commit

Permalink
fix(leaving-ibm): update body content padding (#10583)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

Fixes #7416 

### Description

Update body content padding in `leaving-ibm` component.

### Changelog

**New**

- {{new thing}}

**Changed**

- update body content padding

**Removed**

- {{removed thing}}

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam authored Jun 23, 2023
1 parent 3baf0c4 commit e3df01e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@
color: $text-02;
@include carbon--type-style('label-02');
}

> p {
padding-right: 0;
}
}

0 comments on commit e3df01e

Please sign in to comment.