mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-04-01 14:24:12 +03:00
fix: magnet text area max size #413
This commit is contained in:
parent
982360eb03
commit
4dd81f7cd4
1 changed files with 3 additions and 2 deletions
|
@ -87,6 +87,7 @@
|
||||||
<v-textarea
|
<v-textarea
|
||||||
v-if="files.length == 0"
|
v-if="files.length == 0"
|
||||||
v-model="urls"
|
v-model="urls"
|
||||||
|
style="max-height: 200px; overflow-x: hidden; overflow-y: auto"
|
||||||
:label="$t('url')"
|
:label="$t('url')"
|
||||||
:prepend-icon="mdiLink"
|
:prepend-icon="mdiLink"
|
||||||
rows="1"
|
rows="1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue