Fix footer link wrapping and update label#833
Merged
Erik Osterman (Cloud Posse) (osterman) merged 4 commits intoNov 23, 2025
Conversation
- Prevent external link icons from wrapping to next line by adding white-space: nowrap to footer links - Change footer label from 'Reference' to 'Reference Architecture' - Update package-lock.json with peer dependency flags 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
The white-space: nowrap alone wasn't sufficient - adding display: inline-flex with align-items: center ensures the link text and SVG icon stay on the same line. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Update reference architecture intro to emphasize commercial support with SLA - Link "largest library of Terraform modules" to /reference - Add tip box clarifying modules/components use Apache 2.0 license 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Update module and component links to use correct paths (/modules and /components) instead of /reference/modules and /reference/components. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
799e559
into
master
2 checks passed
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.
what
white-space: nowrapto footer linkswhy
references