diff --git a/projects/plugins/boost/app/assets/src/js/features/lcp/status/error-details.module.scss b/projects/plugins/boost/app/assets/src/js/features/lcp/status/error-details.module.scss index 30d42e39112f2..f156c4521f147 100644 --- a/projects/plugins/boost/app/assets/src/js/features/lcp/status/error-details.module.scss +++ b/projects/plugins/boost/app/assets/src/js/features/lcp/status/error-details.module.scss @@ -9,6 +9,8 @@ } &__list { + margin: 0; + padding-top: 16px; display: flex; flex-direction: column; gap: 8px; diff --git a/projects/plugins/boost/changelog/fix-boost-lcp-error-details-partially-hidden b/projects/plugins/boost/changelog/fix-boost-lcp-error-details-partially-hidden new file mode 100644 index 0000000000000..db37cd28f3a48 --- /dev/null +++ b/projects/plugins/boost/changelog/fix-boost-lcp-error-details-partially-hidden @@ -0,0 +1,5 @@ +Significance: patch +Type: fixed +Comment: LCP: Changes to an unreleased feature. + +