Refactor deployment index.blade.php to add flex-col class
This commit is contained in:
parent
42c143d19e
commit
5db045f392
@ -27,7 +27,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@forelse ($deployments as $deployment)
|
@forelse ($deployments as $deployment)
|
||||||
<a @class([
|
<a @class([
|
||||||
'dark:bg-coolgray-100 p-2 border-l border-dashed transition-colors hover:no-underline box-without-bg bg-white',
|
'dark:bg-coolgray-100 p-2 border-l border-dashed transition-colors hover:no-underline box-without-bg bg-white flex-col',
|
||||||
'dark:hover:bg-coolgray-200' =>
|
'dark:hover:bg-coolgray-200' =>
|
||||||
data_get($deployment, 'status') === 'queued',
|
data_get($deployment, 'status') === 'queued',
|
||||||
'border-warning hover:bg-warning hover:text-black' =>
|
'border-warning hover:bg-warning hover:text-black' =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user