diff --git a/web/src/app/home/models/component/llm-card/LLMCard.module.css b/web/src/app/home/models/component/llm-card/LLMCard.module.css index f33fea99..b6d1ac6f 100644 --- a/web/src/app/home/models/component/llm-card/LLMCard.module.css +++ b/web/src/app/home/models/component/llm-card/LLMCard.module.css @@ -33,6 +33,7 @@ display: flex; flex-direction: column; gap: 0.2rem; + min-width: 0; width: 100%; } @@ -118,3 +119,12 @@ font-weight: 400; color: #2288ee; } + +.bigText { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + font-size: 1.4rem; + font-weight: bold; + max-width: 100%; +}