From d6281424f4f41c7a0a3087e2e3ecdfd315854be1 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:27:49 -0600 Subject: [PATCH] Merge pull request #21632 from overleaf/jel-badge-width [web] Update `max-width` on tag links on template page and blog pages and add tooltips GitOrigin-RevId: ba25d0850b693f72b36e9faca64025c60ebd44dd --- .../frontend/stylesheets/bootstrap-5/components/badge.scss | 4 ++++ .../frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/badge.scss b/services/web/frontend/stylesheets/bootstrap-5/components/badge.scss index 5dfda03de1..34bcf0cde2 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/badge.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/badge.scss @@ -125,4 +125,8 @@ $max-width: 160px; margin: 0; padding: 0; align-content: flex-start; + + .badge { + max-width: 200px; + } } 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 4644f24ce1..60656ac388 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -414,10 +414,6 @@ // when Show More is clicked min-height: 105px; } - - .badge-link { - max-width: 200px; - } } .show-more-tags {