diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 11:42:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-17 11:42:23 +0900 |
| commit | 0460cdedd7a3c05915185547ea0996c09669fea6 (patch) | |
| tree | fb59c75ee1988790cf45b980a18a87a5fffdd3ab /src/client | |
| parent | 4.1.0 (diff) | |
| download | misskey-0460cdedd7a3c05915185547ea0996c09669fea6.tar.gz misskey-0460cdedd7a3c05915185547ea0996c09669fea6.tar.bz2 misskey-0460cdedd7a3c05915185547ea0996c09669fea6.zip | |
inputのsuffixがはみ出す問題を修正
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/ui/input.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/ui/input.vue b/src/client/app/common/views/components/ui/input.vue index 0d11c14131..ce28bfb12a 100644 --- a/src/client/app/common/views/components/ui/input.vue +++ b/src/client/app/common/views/components/ui/input.vue @@ -289,6 +289,10 @@ root(isDark, fill) > * display block min-width 16px + max-width 150px + overflow hidden + white-space nowrap + text-overflow ellipsis > .prefix left 0 |