integration card UI fixes (#441)

This commit is contained in:
Chirag Chhatrala
2024-06-10 13:45:58 +05:30
committed by GitHub
parent ca0864d0c0
commit 067ed4c11c

View File

@@ -2,7 +2,10 @@
<div
class="text-gray-500 border shadow rounded-md p-5 mt-4 relative flex items-center"
>
<div class="flex items-center">
<div
class="flex items-center"
:class="{'flex-grow': !actionsComponent}"
>
<div
class="mr-4"
:class="{
@@ -32,7 +35,10 @@
</div>
</div>
<div class="grow flex items-center gap-4 pl-4">
<div
class="flex items-center gap-4 pl-4"
:class="{'grow': actionsComponent}"
>
<component
:is="actionsComponent"
v-if="actionsComponent"