Skip to content

Commit

Permalink
fix(megamenu): add padding between category desc and link (#5118)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

Web component: Mega Menu MVP - accommodations for HC + AI updates - Visual QA (Firefox, Chrome) #5089

### Description

Add padding between the category description and first link.

### Changelog

**Changed**

- set 8px bottom padding to category copy

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
annawen1 authored Feb 8, 2021
1 parent e8daa5e commit 07ed00b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
::slotted(#{$dds-prefix}-megamenu-category-group-copy) {
color: $text-01;
margin-top: rem(-6px);
padding: 0 $spacing-05 1px $spacing-05;
padding: 0 $spacing-05 $spacing-03 $spacing-05;
}
}

Expand Down

0 comments on commit 07ed00b

Please sign in to comment.