mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(frontend): ページのコンテンツがはみ出る問題を修正 (#16817)
* fix(frontend): ページのコンテンツがはみ出る問題を修正 * Update Changelog
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
### Client
|
||||
- Enhance: リアクションの受け入れ設定にキャプションを追加 #15921
|
||||
- Fix: ページの内容がはみ出ることがある問題を修正
|
||||
|
||||
### Server
|
||||
-
|
||||
|
||||
@@ -465,6 +465,7 @@ definePage(() => ({
|
||||
}
|
||||
|
||||
.pageContent {
|
||||
contain: content;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user