fix(downloads): adjusted styling to better fit on mobile devices#274
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
papermc-website | 8b355a9 | Commit Preview URL Branch Preview URL |
May 15 2026, 02:23 PM |
MiniDigger
approved these changes
May 15, 2026
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.
Fixes: #268
This pull request focuses on improving the layout and text wrapping behavior in the
SoftwareBuilds.svelteandSoftwareBuildChanges.sveltecomponents to enhance readability, especially for long commit messages and build lists. The main changes involve adding or adjusting utility classes to ensure content does not overflow and wraps correctly across different screen sizes.Layout and Wrapping Improvements:
min-w-0,overflow-hidden, and[overflow-wrap:anywhere]utility classes to various containers and text elements in bothSoftwareBuilds.svelteandSoftwareBuildChanges.svelteto prevent content overflow and ensure proper word breaking for long commit messages and links. [1] [2] [3] [4]These changes should make build and commit information more readable and visually consistent, even with long texts or on smaller screens.
Before:

After:
