Change sparkline wrapper from inline-block to block w-full to properly
fill flex parent container. Inline-block was preventing the canvas from
calculating the correct width when width={0} (auto-size mode).
|
||
|---|---|---|
| .. | ||
| Card.tsx | ||
| CopyButton.tsx | ||
| EmptyState.tsx | ||
| Form.ts | ||
| MetricsViewToggle.tsx | ||
| NodeGroupHeader.tsx | ||
| NodeSummaryTable.tsx | ||
| ScrollableTable.tsx | ||
| SearchTipsPopover.tsx | ||
| SectionHeader.tsx | ||
| SettingsPanel.tsx | ||
| Sparkline.tsx | ||
| StatusBadge.tsx | ||
| Toggle.tsx | ||
| Tooltip.tsx | ||
| UnifiedNodeSelector.tsx | ||