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:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user