From 4a10779064c55a0261711cb3df793ed6df847c6f Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:06:44 -0500 Subject: [PATCH] Merge pull request #21311 from overleaf/jel-gallery-images [web] Fix gallery placeholder not expanding full width while images download GitOrigin-RevId: 5a943799d87bff967bd635b4dc98158d44569d9c --- .../frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 2 ++ 1 file changed, 2 insertions(+) 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 096c770625..0d429b24d5 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -136,12 +136,14 @@ @extend .link-black-text; display: inline-block; + width: 100%; } .thumbnail, .thumbnail-tag { width: 100%; margin: 0 0 var(--spacing-08) 0; + display: inline-block; } .thumbnail {