diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-11 04:29:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-11 04:29:47 +0900 |
| commit | bca3c6f8bf6c2b0a9037a81dcec38c67471a50a7 (patch) | |
| tree | 5f39d0999abf18ad02534a8bf47c14a33874a497 /src/client | |
| parent | Refactor /.autogen (#3551) (diff) | |
| download | sharkey-bca3c6f8bf6c2b0a9037a81dcec38c67471a50a7.tar.gz sharkey-bca3c6f8bf6c2b0a9037a81dcec38c67471a50a7.tar.bz2 sharkey-bca3c6f8bf6c2b0a9037a81dcec38c67471a50a7.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/notifications.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index 4b6577fe6f..07ebc5586a 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -279,9 +279,7 @@ export default Vue.extend({ .note-preview color var(--noteText) display inline-block - overflow hidden - max-height 48px - word-break break-all + word-break break-word .note-ref color var(--noteText) |