From 96ff76dc4397cc2bc0f5f809476585f3822d2b18 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:30:29 -0500 Subject: [PATCH] Merge pull request #21219 from overleaf/jel-tagged-gallery-description [web] Set a max width for the tag description GitOrigin-RevId: a1af998ff305805f3e6dfba5ae1b2bff38ab54ba --- .../web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 587e797596..ac31237b2d 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -61,6 +61,7 @@ text-align: center; margin-bottom: var(--spacing-09); + max-width: 828px; } .top-picks-banner.container {