mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-27 06:18:40 +09:00
fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (MisskeyIO#815)
This commit is contained in:
parent
da43ac01a8
commit
aec01dd4ad
@ -709,6 +709,7 @@ definePageMetadata(() => ({
|
|||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.ip {
|
.ip {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
> :global(.date) {
|
> :global(.date) {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
Loading…
Reference in New Issue
Block a user