diff --git a/client/src/components/Pill/style.module.scss b/client/src/components/Pill/style.module.scss index 66eed99..d944cb7 100644 --- a/client/src/components/Pill/style.module.scss +++ b/client/src/components/Pill/style.module.scss @@ -31,6 +31,6 @@ .pillName { overflow: hidden; text-overflow: ellipsis; - max-width: 270px; + max-width: 200px; white-space: nowrap; }