diff --git a/apps/client/src/widgets/layout/NoteTitleActions.css b/apps/client/src/widgets/layout/NoteTitleActions.css index 08426c19a..db2810c1e 100644 --- a/apps/client/src/widgets/layout/NoteTitleActions.css +++ b/apps/client/src/widgets/layout/NoteTitleActions.css @@ -6,7 +6,7 @@ body.experimental-feature-new-layout { .title-actions { display: flex; flex-direction: column; - gap: 1em; + gap: 0.5em; &:not(:empty) { padding: 0.75em 15px; @@ -33,5 +33,12 @@ body.experimental-feature-new-layout { } } } + + .promoted-attributes-widget { + .promoted-attributes-container { + margin: 0; + padding: 0; + } + } } }