Skip to content

Commit 68927b4

Browse files
committed
fix: Allow search result top row to fill full card width
Remove hard-coded maxWidth on the resource ID element so the flex layout distributes space naturally. Long IDs still truncate with an ellipsis via the existing overflow styles. Closes #2559
1 parent 4c7f960 commit 68927b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/resources/ResourceCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export function ResourceCard({ resource, fhirBaseUrl, onDelete }: ResourceCardPr
174174
textOverflow: "ellipsis",
175175
cursor: "pointer",
176176
userSelect: "none",
177-
maxWidth: "400px",
178177
}}
179178
onClick={() => setExpanded(!expanded)}
180179
>

0 commit comments

Comments
 (0)