Skip to content

Commit

Permalink
fix(ui): volume file mount content, line clamp and preserve whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet1 committed Jan 21, 2025
1 parent f5d81f4 commit 6d90e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const ShowVolumes = ({ id, type }: Props) => {
{mount.type === "file" && (
<div className="flex flex-col gap-1">
<span className="font-medium">Content</span>
<span className="text-sm text-muted-foreground">
<span className="text-sm text-muted-foreground line-clamp-[10] whitespace-break-spaces">
{mount.content}
</span>
</div>
Expand Down

0 comments on commit 6d90e26

Please sign in to comment.