Skip to content

Fix width of multi-digit topic pagination links#6980

Open
bennybernaer wants to merge 2 commits into
phpbb:masterfrom
bennybernaer:fix-pagination-number-width
Open

Fix width of multi-digit topic pagination links#6980
bennybernaer wants to merge 2 commits into
phpbb:masterfrom
bennybernaer:fix-pagination-number-width

Conversation

@bennybernaer

@bennybernaer bennybernaer commented Jul 5, 2026

Copy link
Copy Markdown

Allow topic pagination links to grow automatically for multi-digit page numbers.

This prevents page numbers such as 10 and higher from appearing too narrow while preserving a minimum button width.

Checklist:

  • Correct branch: master for new features; 3.3.x for fixes
  • Tests pass
  • Code follows coding guidelines: master and 3.3.x
  • Commit follows commit message format

Allow topic pagination links to grow automatically for multi-digit page numbers.

This prevents page numbers such as 10 and higher from appearing too narrow while preserving a minimum button width.
@bennybernaer bennybernaer changed the title Update common.css Fix width of multi-digit topic pagination links Jul 5, 2026
@bennybernaer

Copy link
Copy Markdown
Author

Small clarification: this pull request targets master, so it is intended for phpBB 4.0.

The change is a small CSS fix for topic pagination links. It allows multi-digit page numbers, such as 10 and higher, to grow naturally while keeping the existing minimum button width.

Reorder CSS properties to satisfy phpBB Stylelint checks.
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.

1 participant