From 1e17fa7057e020071525feadbb063f6cab312281 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:10:51 -0600 Subject: [PATCH] Merge pull request #21630 from overleaf/jel-template-labels-nowrap [web] Don't wrap labels on template page GitOrigin-RevId: 5c7fb124cf3f6c29ffc7ae3e6a8232f2b570a4b9 --- .../frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 4 ++++ 1 file changed, 4 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 e3d98ad6ec..dbf0dd2854 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -343,6 +343,10 @@ .template-detail { display: contents; + div:first-child { + white-space: nowrap; + } + &.tags > div { margin-top: var(--spacing-06); }