Skip to content

Commit

Permalink
fix(core) add proper spacings for facets in Dynamic Page (#12440)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Sep 18, 2024
1 parent 53ec3d2 commit f25353f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libs/core/dynamic-page/dynamic-page.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,19 @@

.fd-dynamic-page__title-container {
align-items: center;

.fd-facet.fd-facet--image {
margin-inline-end: 1rem;
}
}
}

.fd-dynamic-page__collapsible-header:empty {
padding: 0 !important;
}

.fd-dynamic-page .fd-dynamic-page__title-container {
.fd-facet.fd-facet--image {
margin-inline-end: 1rem;
}
}
4 changes: 4 additions & 0 deletions libs/core/facets/facet-group.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
flex-direction: column;
align-items: flex-end;
}

.fd-title.fd-margin-bottom--sm {
margin-block-end: 1rem;
}

0 comments on commit f25353f

Please sign in to comment.