aboutsummaryrefslogtreecommitdiff
path: root/src/components/selectable_list/selectable_list.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-29 13:20:03 -0400
committertaehoon <th.dev91@gmail.com>2019-04-29 13:27:10 -0400
commitb1f8221a0af1d7eb37e5a5305e2ca6e9d40a268f (patch)
tree110a82746d62007dc5a1f89123732c77d099cd07 /src/components/selectable_list/selectable_list.vue
parent9e2fa50b74eb83e3c3eadb9a68d24ddaa1d9da48 (diff)
show ellipsis for long user name and screen name
Diffstat (limited to 'src/components/selectable_list/selectable_list.vue')
-rw-r--r--src/components/selectable_list/selectable_list.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/selectable_list/selectable_list.vue b/src/components/selectable_list/selectable_list.vue
index ba1e5266..81305a5e 100644
--- a/src/components/selectable_list/selectable_list.vue
+++ b/src/components/selectable_list/selectable_list.vue
@@ -31,6 +31,10 @@
&-item-inner {
display: flex;
align-items: center;
+
+ & > * {
+ min-width: 0;
+ }
}
&-item-selected-inner {