diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 1ce95af8f..e0a1c3d0c 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -176,7 +176,7 @@ font-size: 14px; font-weight: bolder; display: block; - width: 200px; + width: calc(100% - 15px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;