Skip to content

Fix version list divider overflow#6264

Open
Hiba550 wants to merge 1 commit into
modrinth:mainfrom
Hiba550:fix-version-divider-overflow
Open

Fix version list divider overflow#6264
Hiba550 wants to merge 1 commit into
modrinth:mainfrom
Hiba550:fix-version-divider-overflow

Conversation

@Hiba550
Copy link
Copy Markdown

@Hiba550 Hiba550 commented May 31, 2026

Summary

This fixes a small layout issue on the project versions page where the divider between version rows could extend past the card boundary on desktop.

The divider was using the same versions-grid-row class as the actual version rows. Since that class applies the row/grid layout, the divider could inherit layout behavior it does not need and visually overflow in some project/version combinations.

This changes the divider to a simple full-span grid separator instead.

Changes

  • Replaced versions-grid-row on the divider with col-span-full
  • Removed the unnecessary w-full
  • Kept the existing mobile behavior unchanged

Observed Issue

image

@modrinth-bot
Copy link
Copy Markdown
Member

Pull request changelog

App

Added

Changed

Deprecated

Removed

Fixed

Security

Website

Added

Changed

Deprecated

Removed

Fixed

Security

Hosting

Added

Changed

Deprecated

Removed

Fixed

Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants