fix(frontend): PageHeaderのタイトルがはみ出る問題を修正 (#16744)

* fix(frontend): PageHeaderのタイトルがはみ出る問題を修正

* Update Changelog

* fix: remove duplicated scoped class to avoid confusion
This commit is contained in:
かっこかり
2025-11-06 09:31:55 +09:00
committed by GitHub
parent 344f50d538
commit 0abe021640
2 changed files with 13 additions and 25 deletions

View File

@@ -7,6 +7,7 @@
### Client
- Fix: 紙吹雪エフェクトがアニメーション設定を考慮せず常に表示される問題を修正
- Fix: ナビゲーションバーのリアルタイムモード切替ボタンの状態をよりわかりやすく表示するように
- Fix: ページのタイトルが長いとき、はみ出る問題を修正
### Server
-