aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-08 11:54:12 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-08 11:54:12 -0500
commit9f83aee1ed6d4a56150d58e6af8573718bac6529 (patch)
treed9859b103c5934435a14981a9042f70817247d7a /src
parent59cde429b9c19cc2df0ea2b1717a5be67fc18f07 (diff)
fix auto-complete field not taking the whole parent width in flex
Diffstat (limited to 'src')
-rw-r--r--src/components/autocomplete_input/autocomplete_input.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/autocomplete_input/autocomplete_input.vue b/src/components/autocomplete_input/autocomplete_input.vue
index 5f285af0..56233535 100644
--- a/src/components/autocomplete_input/autocomplete_input.vue
+++ b/src/components/autocomplete_input/autocomplete_input.vue
@@ -1,5 +1,5 @@
<template>
- <div>
+ <div style="display: flex; flex-direction: column;">
<textarea
v-if="multiline"
ref="textarea"