Skip to content

Commit 1b2ec56

Browse files
Merge pull request #2188 from VikassWebkul214254/input-in-workflow-automation-is-too-narrow
issue #2173 fixed
2 parents f2a87ae + 526eaab commit 1b2ec56

File tree

1 file changed

+2
-2
lines changed
  • packages/Webkul/Admin/src/Resources/views/settings/workflows

1 file changed

+2
-2
lines changed

packages/Webkul/Admin/src/Resources/views/settings/workflows/edit.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class="flex flex-col gap-4"
200200
{!! view_render_event('admin.settings.workflows.edit.condition.before', ['workflow' => $workflow]) !!}
201201
202202
<!-- Conditions -->
203-
<div
203+
<div
204204
class="flex flex-col gap-4"
205205
id="conditions"
206206
>
@@ -344,7 +344,7 @@ class="first-line:text-md flex max-w-max items-center gap-2 text-brandColor"
344344
id="v-workflow-condition-item-template"
345345
>
346346
<div class="flex items-center justify-between gap-4">
347-
<div class="flex flex-wrap gap-4">
347+
<div class="flex flex-1 gap-4 max-sm:flex-1 max-sm:flex-wrap">
348348
<!-- Select main condition. -->
349349
<select
350350
:name="['conditions[' + index + '][attribute]']"

0 commit comments

Comments
 (0)