fix(dashboard): equal-height cards — stretch + fill instead of ragged

The dashboard content grids used alignItems:"start", so cards in a row sized to
their own content (ragged bottoms). Switch to alignItems:"stretch" so each row
shares one height, and make the wrapped cards actually fill the cell:

- DashProfile / DashSessions: motion-div + Card height:100% (the inner card was
  shorter than its stretched cell).
- Right column (Aktivní projekty + Nabídky): cards flex:1 so the stacked pair
  fills the column to match the neighbouring single cards.

CSS-only; no logic change. tsc clean, lint 0, 669 tests pass. Verified live via
Playwright (3-col row cells equal at 607; bottom 2-col cards equal at 257).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-13 21:34:17 +02:00
parent 4bb7de7247
commit 4674ff3389
5 changed files with 23 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "app-ts",
"version": "2.4.37",
"version": "2.4.38",
"description": "",
"main": "dist/server.js",
"scripts": {