mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #182] [MERGED] Fix header layout #107
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/182
Author: @jzhangdev
Created: 3/9/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @gschier
Base:
master← Head:fix/header-layout📝 Commits (1)
99b7ed7Fix header layout📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src-web/components/HeaderSize.tsx(+2 -2)📄 Description
Before
When the font size exceeds 24px, the header layout will overflow.
After
Use min height for header layout.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.