From 694ff605eb0fdbe761b5f08c934cf86f7bbd004d Mon Sep 17 00:00:00 2001 From: altercode Date: Tue, 9 Feb 2021 09:30:26 +0100 Subject: [PATCH 1/2] Fix overflow hidden issue with overlaping elements inside form section --- .../views/components/form-section.blade.php | 22 +++++++++---------- .../resources/js/Jetstream/FormSection.vue | 15 ++++++------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/resources/views/components/form-section.blade.php b/resources/views/components/form-section.blade.php index e7e97b57a..7e098adb1 100644 --- a/resources/views/components/form-section.blade.php +++ b/resources/views/components/form-section.blade.php @@ -8,19 +8,19 @@
-
-
-
- {{ $form }} -
+
+
+ {{ $form }}
+
- @if (isset($actions)) -
- {{ $actions }} -
- @endif + @if (isset($actions)) +
+ {{ $actions }}
+ @endif
-
+
\ No newline at end of file diff --git a/stubs/inertia/resources/js/Jetstream/FormSection.vue b/stubs/inertia/resources/js/Jetstream/FormSection.vue index c03f309be..63e33163d 100644 --- a/stubs/inertia/resources/js/Jetstream/FormSection.vue +++ b/stubs/inertia/resources/js/Jetstream/FormSection.vue @@ -7,16 +7,15 @@
-
-
-
- -
+
+
+
+
-
- -
+
+
From 0d39f307687224d46fcf67923761c507ca882118 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 9 Feb 2021 09:47:06 +0100 Subject: [PATCH 2/2] Update form-section.blade.php --- resources/views/components/form-section.blade.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/views/components/form-section.blade.php b/resources/views/components/form-section.blade.php index 7e098adb1..791387bfe 100644 --- a/resources/views/components/form-section.blade.php +++ b/resources/views/components/form-section.blade.php @@ -8,19 +8,17 @@
-
+
{{ $form }}
@if (isset($actions)) -
- {{ $actions }} -
+
+ {{ $actions }} +
@endif
-
\ No newline at end of file +