fix(ui): render full card content in mobile inline expansion

Promoted cards now show decision/steps/link/body sections in inline
detail instead of just a body preview. Fullscreen removes line clamp.
This commit is contained in:
2026-05-17 11:05:10 -04:00
parent 4ec876b2d2
commit 840084fbb0
2 changed files with 56 additions and 2 deletions
+2 -1
View File
@@ -414,7 +414,8 @@ main.focus-peek .resize-handle { visibility: hidden; }
overflow: hidden;
}
.entity-item.exp-full .exp-body {
.entity-item.exp-full .exp-body,
.card-row.exp-full .exp-body {
-webkit-line-clamp: unset;
overflow: visible;
}