Fixed text size #1254
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#1236-edit-mode-txt"
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?
Fixes the dashboard edit mode label becoming too small on narrow screen widths.
Changes
Why
Previously, the dashboard applied font-size: xx-small to .tool-name under 768px, which made the Edit mode label shrink much more than nearby toolbar controls. This made the UI feel inconsistent and harder to read on smaller window widths.
Testing
Review
The change looks good. The issue was caused by the mobile media query setting .tool-name to
font-size: xx-small, which made the Edit mode label much smaller than the surrounding toolbar controls. Keeping the label at a normal readable size makes the toolbar more consistent when the dashboard width is reduced.I also checked that this is a scoped styling fix: it only affects dashboard toolbar labels on smaller screens and does not change the edit mode logic or the toggle behavior.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.