From 3e4999e86a4c599dbe52a6ac0f4b386168bd7727 Mon Sep 17 00:00:00 2001 From: Raphael Amadeu <30945011+RaphaelAmadeu@users.noreply.github.com> Date: Wed, 10 Feb 2021 14:06:55 -0300 Subject: [PATCH] fix(link-list-section): heading now aligns with top items line (#5117) ### Related Ticket(s) #5012 ### Description `LinkListSection` heading now aligns with the top items, as per AEM specs. --- .../src/components/link-list-section/link-list-section.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/web-components/src/components/link-list-section/link-list-section.scss b/packages/web-components/src/components/link-list-section/link-list-section.scss index 0942c9e554e..6bfe9e002e1 100644 --- a/packages/web-components/src/components/link-list-section/link-list-section.scss +++ b/packages/web-components/src/components/link-list-section/link-list-section.scss @@ -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;