Skip to content

Commit 1183c7c

Browse files
authored
Merge pull request #4317 from difagume/fix(ui)--prevent-layout-shift
fix(ui): prevent layout shift in log counter using tabular-nums
2 parents 52aca46 + bb0c59f commit 1183c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dokploy/components/dashboard/application/deployments/show-deployment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const ShowDeployment = ({
148148
<DialogDescription className="flex items-center gap-2">
149149
<span className="flex items-center gap-2">
150150
See all the details of this deployment |{" "}
151-
<Badge variant="blank" className="text-xs">
151+
<Badge variant="blank" className="text-xs tabular-nums">
152152
{filteredLogs.length} lines
153153
</Badge>
154154
</span>

0 commit comments

Comments
 (0)