Skip to content

Commit

Permalink
fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (#14960)
Browse files Browse the repository at this point in the history
* fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (MisskeyIO#815)

(cherry picked from commit aec01dd)

* Update Changelog

---------

Co-authored-by: sleep-moe <[email protected]>
  • Loading branch information
kakkokari-gtyih and sleep-moe authored Nov 15, 2024
1 parent 4d54101 commit 7f8c8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
= Fix: ノート投稿ボタンにホバー時のスタイルが適用されていないのを修正
(Cherry-picked from https://github.com/taiyme/misskey/pull/305)
- Fix: メールアドレス登録有効化時の「完了」ダイアログボックスの表示条件を修正
- Fix: 画面幅が狭い環境でデザインが崩れる問題を修正
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/815)

### Server
- Enhance: DockerのNode.jsを22.11.0に更新
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/pages/admin-user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ definePageMetadata(() => ({
<style lang="scss" module>
.ip {
display: flex;
word-break: break-all;

> :global(.date) {
opacity: 0.7;
Expand Down

0 comments on commit 7f8c8f6

Please sign in to comment.