Skip to content

Commit

Permalink
fix(content-block-segmented): spacing adjustments (#12129)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

[ADCMS-6929](https://jsw.ibm.com/browse/ADCMS-6929)

### Description

Fixes spacing for the `<c4d-content-block-segmented-item>` component.

[Figma specs](https://www.figma.com/design/9mRDDnXj2FWnP1SBy88EYh/Content-block-v2?node-id=1-3099&node-type=canvas&t=jd4KO55hcGcO1hW9-0)

### Changelog

**Changed**

- Adjust spacing for slotted footer content to the `<c4d-content-block-segmented-item>` component

<!-- 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
m4olivei committed Nov 29, 2024
1 parent 4407d0e commit 8f04830
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright IBM Corp. 2020, 2023
// Copyright IBM Corp. 2020, 2024
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
Expand Down Expand Up @@ -45,7 +45,7 @@
}

::slotted([slot='footer']) {
margin-block-start: $spacing-07;
margin-inline: 0;
}
}

Expand Down

0 comments on commit 8f04830

Please sign in to comment.