From 889a5b2bce2eadb555261f65e101899891bab0a2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 26 Mar 2024 13:35:55 +0100 Subject: [PATCH] ui: fix --- .../project/shared/environment-variable/show.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php index 99c57b07b..68e728f7e 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -1,6 +1,6 @@
+ class="flex flex-col items-center gap-4 p-4 bg-white border lg:items-start dark:bg-base dark:border-coolgray-300"> @if ($isLocked)
@@ -46,8 +46,8 @@ @if ($env->is_shared) @else - - + + @endif @endif