From 972d7125e937af6cdb0fb22482ad874aceb5487e Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 27 Jan 2025 18:54:48 +0100 Subject: [PATCH] fix button position --- resources/views/ast/ast.blade.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/resources/views/ast/ast.blade.php b/resources/views/ast/ast.blade.php index 34fb3b9f6..92950b16d 100644 --- a/resources/views/ast/ast.blade.php +++ b/resources/views/ast/ast.blade.php @@ -11,7 +11,7 @@
-
+
- @include('_snippets.form.form_textarea', [ - 'label' => null, - 'inputName' => 'php_contents', - 'defaultValue' => $inputFormContents, - ]) - -
+
-

- + @include('_snippets.form.form_textarea', [ + 'label' => null, + 'inputName' => 'php_contents', + 'defaultValue' => $inputFormContents, + ])