Skip to content

Commit

Permalink
fix: fix record ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 12, 2024
1 parent 6504622 commit 76d26f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{/if}
</div>
</Form.Label>
<div class="h-9 flex-1 overflow-hidden">
<div class="min-h-9 flex-1 overflow-hidden">
{#if field.isSystem || !field.isMutable}
<FieldValue
{field}
Expand Down

0 comments on commit 76d26f5

Please sign in to comment.