fix auto-complete field not taking the whole parent width in flex

This commit is contained in:
Xiaofeng An 2019-02-08 11:54:12 -05:00
parent 59cde429b9
commit 9f83aee1ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<div style="display: flex; flex-direction: column;">
<textarea
v-if="multiline"
ref="textarea"