fix(website): improve tool result table layouts#1159
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
PR Review: fix(website) improve tool result table layouts. Overall well-scoped. Key concerns: (1) DnsPropagationAnswerSetInfo.Label appears to be dead code after this PR since the template now iterates GetAnswerSetEntries directly instead of rendering answerSet.Label. (2) table-layout:fixed and width:32% on first-child of .result-table affects ALL ResultTable usages globally, not just DNS/DANE - worth auditing. (3) .tool-data-table-dane has no width rule for column 6, only columns 1-5 and 7. Positives: the FormatAnswerSet/FormatRecords to entry-list refactor is clean and improves readability for IPv6/multi-record sets. |
|
Superseded by #1166. Closing this to keep the website work on a single active PR. |
Summary
Validation