From e0e9377bcaecef07a3558cbe58885b3ed26db33c Mon Sep 17 00:00:00 2001 From: Shree Lakshmi Ramasubramanian <67685445+ShreeSub@users.noreply.github.com> Date: Fri, 11 Jun 2021 03:03:05 +0530 Subject: [PATCH] fix: updating coral tag label to word wrap (#177) --- coral-component-taglist/src/styles/index.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coral-component-taglist/src/styles/index.styl b/coral-component-taglist/src/styles/index.styl index aaec2a43c5..7561247aea 100644 --- a/coral-component-taglist/src/styles/index.styl +++ b/coral-component-taglist/src/styles/index.styl @@ -36,6 +36,10 @@ margin: calc(var(--spectrum-medium-taggroup-tag-gap-x) / 2); } +._coral-Tags-itemLabel { + white-space: normal; +} + @require 'light'; @require 'lightest'; @require 'dark';