Skip to content

Commit 76d26f5

Browse files
committed
fix: fix record ui
1 parent 6504622 commit 76d26f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/lib/components/blocks/record-detail/record-detail.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
{/if}
134134
</div>
135135
</Form.Label>
136-
<div class="h-9 flex-1 overflow-hidden">
136+
<div class="min-h-9 flex-1 overflow-hidden">
137137
{#if field.isSystem || !field.isMutable}
138138
<FieldValue
139139
{field}

0 commit comments

Comments
 (0)