From 27d8880414e288065895a969ef588058b76aef6f Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 29 Jun 2024 00:04:10 +0300 Subject: [PATCH] border alert --- app/javascript/template_builder/builder.vue | 2 +- app/views/shared/_flash.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/template_builder/builder.vue b/app/javascript/template_builder/builder.vue index 84c3d026..42faffd3 100644 --- a/app/javascript/template_builder/builder.vue +++ b/app/javascript/template_builder/builder.vue @@ -7,7 +7,7 @@ v-if="pendingFieldAttachmentUuids.length" class="top-1.5 sticky h-0 z-20 max-w-2xl mx-auto" > -
+
diff --git a/app/views/shared/_flash.html.erb b/app/views/shared/_flash.html.erb index 5eee11bd..1d7976ba 100644 --- a/app/views/shared/_flash.html.erb +++ b/app/views/shared/_flash.html.erb @@ -1,6 +1,6 @@