From 5182e9a883edb01a1575cf4941d756eb6cd7112c Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:27:12 -0500 Subject: [PATCH] Merge pull request #21337 from overleaf/as-gallery-badge-underline Remove underline on hover on gallery badges GitOrigin-RevId: c83dc2f9e29650d11686a5e15b289391dc032e56 --- .../stylesheets/bootstrap-5/pages/templates-v2.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 8980f71ed4..be8fd45f71 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -181,8 +181,12 @@ gap: var(--spacing-04); .badge-container { - display: flex; - gap: var(--spacing-04); + display: inline-block; + text-wrap: nowrap; + + .badge:not(:first-child) { + margin-left: var(--spacing-04); + } } * {