[PR #601] [MERGED] Remove code from long headings to fix render issue (export traces) #847

Closed
opened 2026-02-17 17:21:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/601
Author: @katmayb
Created: 9/19/2025
Status: Merged
Merged: 9/22/2025
Merged by: @lnhsingh

Base: mainHead: correct-heading-render-issue


📝 Commits (1)

  • 58e87b8 Remove code from long headings to fix render issue (export traces)

📊 Changes

1 file changed (+2 additions, -3 deletions)

View changed files

📝 src/langsmith/export-traces.mdx (+2 -3)

📄 Description

This PR fixes heading render issues on the Export traces page where code formatting in the H3 headers was causing the title to misalign when the window was not wide enough. Easiest fix is to just not include the code in the headings here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/601 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `correct-heading-render-issue` --- ### 📝 Commits (1) - [`58e87b8`](https://github.com/langchain-ai/docs/commit/58e87b88c3c90de2f3b1fc5a286f78a2b875f8f1) Remove code from long headings to fix render issue (export traces) ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/export-traces.mdx` (+2 -3) </details> ### 📄 Description This PR fixes heading render issues on the Export traces page where code formatting in the H3 headers was causing the title to misalign when the window was not wide enough. Easiest fix is to just not include the code in the headings here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:14 -05:00
yindo closed this issue 2026-02-17 17:21:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#847