forked from AkkomaGang/akkoma-fe
fix auto-complete field not taking the whole parent width in flex
This commit is contained in:
parent
59cde429b9
commit
9f83aee1ed
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="display: flex; flex-direction: column;">
|
||||||
<textarea
|
<textarea
|
||||||
v-if="multiline"
|
v-if="multiline"
|
||||||
ref="textarea"
|
ref="textarea"
|
||||||
|
|
Loading…
Reference in a new issue