Skip to content

Commit 643d693

Browse files
authored
[6.x] Use min-width on field comparison operator dropdown (#13312)
1 parent 3eeae29 commit 643d693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/field-conditions/Condition.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</Combobox>
3030
</div>
3131

32-
<div class="w-32">
32+
<div class="w-auto min-w-32">
3333
<Select
3434
class="w-full"
3535
:model-value="condition.operator"

0 commit comments

Comments
 (0)