mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #95] [MERGED] Fix QR code button overflowing past the screen #161
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/95
Author: @FliegendeWurst
Created: 1/19/2025
Status: ✅ Merged
Merged: 1/19/2025
Merged by: @matze
Base:
master← Head:qr-overflow📝 Commits (1)
b888cb0Fix QR code button overflowing past the screen📊 Changes
2 files changed (+5 additions, -1 deletions)
View changed files
📝
src/themes/style.css(+4 -0)📝
templates/base.html(+1 -1)📄 Description
If the title is one very long word the QR code button is moved past the screen width. Fix by making that button group properly sized.
See e.g. https://bin.bloerg.net/pOjqAb
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.