From 66fbbf8abeeb8d0bd29d2a51ae761a0bcc2ae77c Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 20 Apr 2026 13:02:59 +0000 Subject: [PATCH] fix: suppression de la margin top du textArea component (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [ ] TU/TI/TF OK - [ ] CHANGELOG modifié Co-authored-by: kevin Co-authored-by: Kevin Boudet Reviewed-on: https://gitea.malio.fr/MALIO-DEV/malio-layer-ui/pulls/32 Co-authored-by: tristan Co-committed-by: tristan --- app/components/malio/input/InputTextArea.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/malio/input/InputTextArea.vue b/app/components/malio/input/InputTextArea.vue index d8900b6..c29c2c4 100644 --- a/app/components/malio/input/InputTextArea.vue +++ b/app/components/malio/input/InputTextArea.vue @@ -1,6 +1,6 @@