diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 13:54:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 13:54:51 +0900 |
| commit | fde9c783aede3bda23b97b3a12cd6209570779c3 (patch) | |
| tree | 461ef955bcb67926b0b80a8335e73733881982d2 /src/client/app/mobile | |
| parent | Better renote annotation rendering (diff) | |
| download | misskey-fde9c783aede3bda23b97b3a12cd6209570779c3.tar.gz misskey-fde9c783aede3bda23b97b3a12cd6209570779c3.tar.bz2 misskey-fde9c783aede3bda23b97b3a12cd6209570779c3.zip | |
Fix username rendering
Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index 6b7c64f047..0967edeec0 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -371,6 +371,8 @@ export default Vue.extend({ > .username margin 0 0.5em 0 0 + overflow hidden + text-overflow ellipsis color #ccc > .info |