diff --git a/client/src/components/List/List.module.scss b/client/src/components/List/List.module.scss index f2193d2..a7f6e08 100644 --- a/client/src/components/List/List.module.scss +++ b/client/src/components/List/List.module.scss @@ -119,11 +119,14 @@ color: #17394d; font-weight: bold; line-height: 20px; - max-height: 256px; + max-height: 82px; outline: none; overflow: hidden; overflow-wrap: break-word; word-break: break-word; + display: -webkit-box; + -webkit-line-clamp: 4; + -webkit-box-orient: vertical; } .headerNameCollapsed {