summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-17 11:42:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-17 11:42:23 +0900
commit0460cdedd7a3c05915185547ea0996c09669fea6 (patch)
treefb59c75ee1988790cf45b980a18a87a5fffdd3ab /src/client
parent4.1.0 (diff)
downloadmisskey-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.vue4
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