Skip to content

Commit ef82c22

Browse files
Copilotastandrik
andcommitted
fix: remove width prop from progress bars with flex layout to avoid CSS conflicts
Co-authored-by: astandrik <[email protected]>
1 parent a6715ca commit ef82c22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/nodesColumns/columns.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ export function getRAMColumn<T extends {MemoryUsed?: string; MemoryLimit?: strin
187187
className={b('column-ram')}
188188
colorizeProgress
189189
hideCapacity
190-
width="full"
191190
/>
192191
</CellWithPopover>
193192
);
@@ -289,7 +288,6 @@ export function getCpuColumn<
289288
capacity={1}
290289
colorizeProgress
291290
percents
292-
width="full"
293291
/>
294292
</CellWithPopover>
295293
);

0 commit comments

Comments
 (0)