fix(knowledge): revert column width multipliers that misaligned Name header#4427
fix(knowledge): revert column width multipliers that misaligned Name header#4427waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview This restores default column widths so the Name header aligns with row content rather than absorbing leftover table width. Reviewed by Cursor Bugbot for commit b23aa62. Configure here. |
Greptile SummaryThis PR reverts Confidence Score: 5/5Safe to merge — a one-property revert across five column definitions with no logic changes. The diff is a targeted, mechanical revert of five No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[DOCUMENT_COLUMNS config] --> B{widthMultiplier set?}
B -- "Yes (before PR)" --> C[Narrower size/tokens/chunks/uploaded/status columns]
C --> D[Excess width absorbed by Name column]
D --> E[Name header visually offset from data]
B -- "No (after PR)" --> F[Equal default column widths]
F --> G[Name header aligned flush-left like other resource pages]
Reviews (1): Last reviewed commit: "fix(knowledge): revert column width mult..." | Re-trigger Greptile |
Summary
widthMultipliervalues onDOCUMENT_COLUMNSin the KB documents pagetable-fixed+w-full), making the Name header appear visually offset from the data on KB while other resource pages stayed flush leftType of Change
Testing
Tested manually on the KB documents page — Name column now matches Files / Tables / Scheduled Tasks layout.
Checklist