[PR #632] [MERGED] Fix CSS #875

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/632
Author: @lnhsingh
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @lnhsingh

Base: mainHead: css-fix


📝 Commits (4)

📊 Changes

10 files changed (+40 additions, -56 deletions)

View changed files

📝 src/langsmith/alerts.mdx (+0 -10)
📝 src/langsmith/architectural-overview.mdx (+0 -2)
📝 src/langsmith/cloud-architecture-and-scalability.mdx (+0 -2)
📝 src/langsmith/composite-evaluators.mdx (+0 -2)
📝 src/langsmith/custom-openai-compliant-model.mdx (+0 -2)
📝 src/langsmith/home.mdx (+0 -2)
📝 src/langsmith/managing-model-configurations.mdx (+0 -2)
📝 src/langsmith/observability-concepts.mdx (+0 -2)
📝 src/langsmith/observability-quickstart.mdx (+0 -4)
📝 src/style.css (+40 -28)

📄 Description

Overview

  • Fix blurry images
  • Fix content overlapping sidenav on medium size window

Type of change

Type: Fix bugs

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/632 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `css-fix` --- ### 📝 Commits (4) - [`1878767`](https://github.com/langchain-ai/docs/commit/187876741f1f69e2370d33db163f4ee5d09e301a) fix css - [`78aa792`](https://github.com/langchain-ai/docs/commit/78aa792eeb9f8a365b3ebc7028a04ed0c13fce02) horizontal scroll - [`2878a7a`](https://github.com/langchain-ai/docs/commit/2878a7a1b3fbb62c6784f5b19d48d910dadc22eb) fix - [`583e155`](https://github.com/langchain-ai/docs/commit/583e1559dd969fea9f803a607087327131384a81) Update src/langsmith/alerts.mdx ### 📊 Changes **10 files changed** (+40 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/alerts.mdx` (+0 -10) 📝 `src/langsmith/architectural-overview.mdx` (+0 -2) 📝 `src/langsmith/cloud-architecture-and-scalability.mdx` (+0 -2) 📝 `src/langsmith/composite-evaluators.mdx` (+0 -2) 📝 `src/langsmith/custom-openai-compliant-model.mdx` (+0 -2) 📝 `src/langsmith/home.mdx` (+0 -2) 📝 `src/langsmith/managing-model-configurations.mdx` (+0 -2) 📝 `src/langsmith/observability-concepts.mdx` (+0 -2) 📝 `src/langsmith/observability-quickstart.mdx` (+0 -4) 📝 `src/style.css` (+40 -28) </details> ### 📄 Description ## Overview - Fix blurry images - Fix content overlapping sidenav on medium size window ## Type of change **Type:** Fix bugs ## Related issues/PRs - Linear issue: - Slack thread: https://langchain.slack.com/archives/C04GWPE38LV/p1758315217235919, https://langchain.slack.com/archives/C08KWBU464A/p1758212242151729 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:17 -05:00
yindo closed this issue 2026-02-17 17:21:17 -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#875