diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-03 06:00:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-03 06:00:45 +0900 |
| commit | 58fd46ff6f56ef32c1d84a07b835a1b448781375 (patch) | |
| tree | 9e37b5198d60d389ae2f8e5c05027e25feee2080 /src/client/app | |
| parent | :art: (diff) | |
| download | sharkey-58fd46ff6f56ef32c1d84a07b835a1b448781375.tar.gz sharkey-58fd46ff6f56ef32c1d84a07b835a1b448781375.tar.bz2 sharkey-58fd46ff6f56ef32c1d84a07b835a1b448781375.zip | |
:art:
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.details.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.details.vue b/src/client/app/common/views/components/reactions-viewer.details.vue index 55927bba90..728c58a704 100644 --- a/src/client/app/common/views/components/reactions-viewer.details.vue +++ b/src/client/app/common/views/components/reactions-viewer.details.vue @@ -3,7 +3,7 @@ <div class="buebdbiu" ref="popover" v-if="show"> <i18n path="few-users" v-if="users.length <= 10"> <span slot="users"> - <mk-user-name v-for="u in users" :user="u" :key="u.id"/> + <mk-user-name v-for="u in users" :user="u" :nowrap="false" :key="u.id"/> </span> <mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" /> </i18n> @@ -69,7 +69,6 @@ export default Vue.extend({ z-index 10000 display block position absolute - min-width max-content max-width 240px font-size 0.8em padding 5px 8px |