diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-28 22:10:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-28 22:10:14 +0900 |
| commit | 6b890e3f82ea4e505d5d24423672a925ff085403 (patch) | |
| tree | 89f5070e613955984c0f18b2dc6b977cfe26b422 | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-6b890e3f82ea4e505d5d24423672a925ff085403.tar.gz sharkey-6b890e3f82ea4e505d5d24423672a925ff085403.tar.bz2 sharkey-6b890e3f82ea4e505d5d24423672a925ff085403.zip | |
Fix style
| -rw-r--r-- | src/client/pages/messaging/messaging-room.message.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/pages/messaging/messaging-room.message.vue b/src/client/pages/messaging/messaging-room.message.vue index 4988b70a22..67756572ff 100644 --- a/src/client/pages/messaging/messaging-room.message.vue +++ b/src/client/pages/messaging/messaging-room.message.vue @@ -214,6 +214,7 @@ export default Vue.extend({ width: 100%; max-height: 512px; object-fit: contain; + box-sizing: border-box; } > p { |