From 3bc21faeafb9ee63fd12f83b7c3170069c352383 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Tue, 11 Mar 2025 09:53:49 -0500 Subject: [PATCH] Merge pull request #23088 from overleaf/jel-managed-users-enroll [web] Show message instead of enrollment form when already managed GitOrigin-RevId: ffa9dfd8af17ee3128df15d4027a66b96f2c8b0d --- .../web/frontend/stylesheets/bootstrap-5/base/layout.scss | 4 ++++ services/web/locales/en.json | 1 + 2 files changed, 5 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss b/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss index 143fad0465..a4bf73f87c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss @@ -22,6 +22,10 @@ body { .thin-footer & { min-height: calc(100vh - #{$thin-footer-height}); } + + .container-top-padded { + padding-top: var(--spacing-16); + } } .content-alt { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 555aae1f86..82d9f65fd4 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -52,6 +52,7 @@ "access_edit_your_projects": "Access and edit your projects", "access_levels_changed": "Access levels changed", "account": "Account", + "account_already_managed": "Your account is already managed.", "account_billed_manually": "Account billed manually", "account_has_been_link_to_institution_account": "Your __appName__ account on __email__ has been linked to your __institutionName__ institutional account.", "account_has_past_due_invoice_change_plan_warning": "Your account currently has a past due invoice. You will not be able to change your plan until this is resolved.",