[slides] Fix layout overflow on security slides - #52114
Merged
pelikhan merged 1 commit intoAug 11, 2026
Merged
Conversation
- Fix mermaid diagram overflow on Security Architecture Diagram slide (reduce font-size) - Shorten auto-sanitization bullet to fit slide width - Simplify Human in the Loop slide (merge Plan/Check/Act list into one line) to fix vertical overflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
marked this pull request as ready for review
August 11, 2026 17:10
pelikhan
deleted the
slide-deck-maintenance-1786466008-b5b6fafcb2c31fa5
branch
August 11, 2026 17:10
Contributor
Author
|
✅ Test Quality Sentinel completed test quality analysis. No test files were added or modified in this PR. Test Quality Sentinel skipped.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates three security slides to prevent text and diagram overflow.
Changes:
- Shortens sanitization text.
- Reduces Mermaid diagram font size.
- Condenses the human-in-the-loop guidance.
Show a summary per file
| File | Description |
|---|---|
docs/slides/index.md |
Adjusts security slide layouts; requires restoring Git LFS tracking. |
Review details
Tip
Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Balanced
| version https://git-lfs.github.com/spec/v1 | ||
| oid sha256:a3393735c88ee4cbe34e5305b73990f252414e445ce7bdd9e329ba865685b71a | ||
| size 10958 | ||
| --- |
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes layout overflow on the security-related slides in
docs/slides/index.md. The Marp presentation deck (previously a Git LFS pointer, now rendered as full Markdown) was updated so the "Security Architecture" section — including the security layers breakdown — fits within slide boundaries.Change Classification
Key Changes
Impact Assessment
Commits