Skip to content

Commit 2d018bc

Browse files
committed
fix: update CSS classes for release notes section in UpdateDialog component
1 parent c8ef325 commit 2d018bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/update-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export function UpdateDialog({ open, onOpenChange, info }: UpdateDialogProps) {
4545

4646
<div className="py-4">
4747
<p className="text-sm font-medium mb-2">Release Notes:</p>
48-
<div className="bg-muted p-3 rounded-md max-h-[300px] overflow-y-auto">
49-
<pre className="text-xs whitespace-pre-wrap font-mono break-words">
48+
<div className="bg-muted p-3 rounded-md max-h-75 overflow-y-auto">
49+
<pre className="text-xs whitespace-pre-wrap font-mono wrap-break-word">
5050
{info.releaseNotes || "No release notes available."}
5151
</pre>
5252
</div>

0 commit comments

Comments
 (0)