Merge pull request #8405 from aignatov-bio/ai-sci-11789-fix-na-for-text-form-field

Fix na for text form field [SCI-11789]
This commit is contained in:
andrej-scinote 2025-04-14 11:14:36 +02:00 committed by GitHub
commit cf22232c9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@
:placeholder="fieldDisabled ? '' : i18n.t('forms.fields.add_text')"></textarea>
</div>
<div v-else
:key="value"
@click="startEditing"
ref="fieldValue"
class="rounded h-24 border py-0.5 w-full px-2 border-sn-grey overflow-y-auto"