Skip to content

Commit

Permalink
Increase min width for inline record list field editors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Feb 13, 2024
1 parent 9c6198b commit ce4cbd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
:namespace="namespace"
:errors="recordErrors(item, field)"
class="mb-0"
style="min-width: 150px;"
style="min-width: 250px;"
@click.stop
/>

Expand Down

0 comments on commit ce4cbd3

Please sign in to comment.