Skip to content

Commit

Permalink
fix(link-list-section): heading now aligns with top items line (carbo…
Browse files Browse the repository at this point in the history
…n-design-system#5117)

### Related Ticket(s)

carbon-design-system#5012 

### Description

`LinkListSection` heading now aligns with the top items, as per AEM specs.
  • Loading branch information
raphaelamadeu-zz authored and IgnacioBecerra committed Feb 22, 2021
1 parent 449111f commit 595286e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
:host(#{$dds-prefix}-link-list-section) {
display: block;

.#{$prefix}--content-section__left {
padding-top: 0;
}

.#{$prefix}--content-section__children {
margin-top: 0;

Expand Down

0 comments on commit 595286e

Please sign in to comment.