Skip to content

Commit 079a444

Browse files
Copilotastandrik
andcommitted
fix: revert min-width back to 60px in CpuUsageBar to maintain original sizing
Co-authored-by: astandrik <[email protected]>
1 parent 2498aa7 commit 079a444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Node/Threads/CpuUsageBar/CpuUsageBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
&__progress {
33
flex: 1;
44

5-
min-width: 40px;
5+
min-width: 60px;
66
}
77
}

0 commit comments

Comments
 (0)