From cf6b15c375e037ed5222bcbc39183936243d86c8 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Mon, 12 Aug 2024 13:06:17 -0400 Subject: [PATCH] ISTWCMS-6471: Add the no breakout mixin to the tags list item --- src/patterns/04-components/tag-list/_tag-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/patterns/04-components/tag-list/_tag-list.scss b/src/patterns/04-components/tag-list/_tag-list.scss index cb68629e..5723dc28 100644 --- a/src/patterns/04-components/tag-list/_tag-list.scss +++ b/src/patterns/04-components/tag-list/_tag-list.scss @@ -6,6 +6,7 @@ } .tag-list__item { + @include uw-no-breakout(); display: inline-block; margin-bottom: var(--size-05); } -- GitLab