From 3c86912f616f3e1cad645f9f1c280206340631a1 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:29:58 -0500 Subject: [PATCH] Merge pull request #20072 from overleaf/jel-plans-period-toggle [web] Put plans period toggle within tabs that use it GitOrigin-RevId: ccc2594467b3b31dd3fda82dd23e058911d0ec82 --- .../web/frontend/stylesheets/app/plans/plans-new-design.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/plans/plans-new-design.less b/services/web/frontend/stylesheets/app/plans/plans-new-design.less index 886d69df83..3e20b7560a 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -214,7 +214,7 @@ } .plans-new-period-switcher-container { - display: flex; + display: inline-flex; justify-content: center; background-color: var(--neutral-10); border-radius: var(--border-radius-full-new);