Skip to content

Commit

Permalink
[UXE-6039] fix: adjust alignment fields of criteria in edge firewall …
Browse files Browse the repository at this point in the history
…rules engine (#2092)
  • Loading branch information
lucasmendes21 authored Jan 24, 2025
1 parent e0d976e commit 580a2bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/templates/form-fields-inputs/fieldDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
:label="props.label"
:isRequired="$attrs.required"
:data-testid="customTestId.label"
v-if="props.label"
/>
<Dropdown
appendTo="self"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:label="props.label"
:isRequired="$attrs.required"
:data-testid="customTestId.label"
v-if="props.label"
/>
<Dropdown
appendTo="self"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:label="props.label"
:isRequired="$attrs.required"
:data-testid="customTestId.label"
v-if="props.label"
/>
<Dropdown
appendTo="self"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@
/>
</div>

<div class="flex items-top gap-x-2 items-top mt-2 mb-4 flex-col sm:flex-row">
<div
class="flex items-top gap-x-2 items-top mt-2 mb-4 flex-col gap-2 sm:flex-row items-end"
>
<div class="flex flex-col h-fit sm:max-w-lg w-full gap-2">
<FieldDropdownIcon
:data-testid="`edge-firewall-rules-form__variable[${criteriaInnerRowIndex}]`"
Expand Down

0 comments on commit 580a2bb

Please sign in to comment.