diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 35899cd9e..f3bc62000 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1378,10 +1378,6 @@ body.experimental-feature-new-layout #center-pane .note-split > div.alert { margin-top: 0; } -body.experimental-feature-new-layout #center-pane .note-split > div.alert + .scrolling-container { - padding-top: 20px; -} - /* * Promoted attributes */ diff --git a/apps/client/src/widgets/layout/InlineTitle.css b/apps/client/src/widgets/layout/InlineTitle.css index 295bbd102..ff2bbd791 100644 --- a/apps/client/src/widgets/layout/InlineTitle.css +++ b/apps/client/src/widgets/layout/InlineTitle.css @@ -9,6 +9,7 @@ .inline-title { max-width: var(--max-content-width); container-type: inline-size; + padding-top: 20px; padding-inline-start: 24px; & > .inline-title-row {