diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 08:05:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 08:05:57 +0900 |
| commit | c4f62296a406e898f65dfb02a238aa2cc590b872 (patch) | |
| tree | 1eb66b027a821080f180a903b1289cc331c2e35f /src | |
| parent | v5042 (diff) | |
| download | misskey-c4f62296a406e898f65dfb02a238aa2cc590b872.tar.gz misskey-c4f62296a406e898f65dfb02a238aa2cc590b872.tar.bz2 misskey-c4f62296a406e898f65dfb02a238aa2cc590b872.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/widgets/messaging.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/widgets/messaging.vue b/src/client/app/desktop/views/widgets/messaging.vue index cc8c50fc3c..d14142f69d 100644 --- a/src/client/app/desktop/views/widgets/messaging.vue +++ b/src/client/app/desktop/views/widgets/messaging.vue @@ -37,7 +37,7 @@ export default define({ <style lang="stylus" scoped> .mkw-messaging - > .mk-messaging + .mk-messaging max-height 250px overflow auto |