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 {