diff --git a/app/globals.css b/app/globals.css index b6ae7a4..96c0468 100644 --- a/app/globals.css +++ b/app/globals.css @@ -47,6 +47,18 @@ body { letter-spacing: 0.2px; } +.card .title { + flex-wrap: wrap; +} + +.card .title span:first-child { + white-space: normal; + word-break: break-word; + overflow: visible; + text-overflow: clip; + max-width: none; +} + .muted { color: var(--muted); } @@ -224,12 +236,6 @@ body { .stat .value { font-size: 15px; } - .card .title span:first-child { - max-width: 140px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } .item .name { max-width: 100px; }