Skip to content

Commit

Permalink
fix(link-list-section): heading now aligns with top items line (#5117)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

#5012 

### Description

`LinkListSection` heading now aligns with the top items, as per AEM specs.
  • Loading branch information
raphaelamadeu-zz authored Feb 10, 2021
1 parent 5b7ff95 commit 3e4999e
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 3e4999e

Please sign in to comment.