diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-08 11:54:12 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-08 11:54:12 -0500 |
| commit | 9f83aee1ed6d4a56150d58e6af8573718bac6529 (patch) | |
| tree | d9859b103c5934435a14981a9042f70817247d7a /src | |
| parent | 59cde429b9c19cc2df0ea2b1717a5be67fc18f07 (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.vue | 2 |
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" |
