Skip to content

fix/license text overflow#1336

Closed
MagicDevM wants to merge 3 commits into
github:gh-pagesfrom
MagicDevM:gh-pages
Closed

fix/license text overflow#1336
MagicDevM wants to merge 3 commits into
github:gh-pagesfrom
MagicDevM:gh-pages

Conversation

@MagicDevM
Copy link
Copy Markdown

Quite self explanatory it fixes the overflow of license text caused on small-medium screens(sometimes large too).

CyberNFT

This comment was marked as low quality.

CyberNFT

This comment was marked as low quality.

@MagicDevM
Copy link
Copy Markdown
Author

Uh do you want me to do something?

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to fix horizontal overflow of the license text block on smaller (and sometimes larger) screens by adjusting styling for the license text <pre> element.

Changes:

  • Adds overflow-wrap: break-word; to .license-body pre in assets/css/application.scss to encourage long tokens to wrap instead of overflowing.
Show a summary per file
File Description
assets/css/application.scss Adds an overflow-wrap rule to the license text <pre> styling to address overflow.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

-o-border-radius: 3px;
border-radius: 3px;
padding: 20px;
overflow-wrap: break-word;
@mlinksva
Copy link
Copy Markdown
Contributor

@MagicDevM did you test this PR? Based on a quick check using browser tools, the Copilot review above is correct.

@MagicDevM
Copy link
Copy Markdown
Author

Ill reopen this with cleaner git history later for now closing

@MagicDevM MagicDevM closed this May 16, 2026
@MagicDevM MagicDevM deleted the gh-pages branch May 16, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants