Skip to content

Commit 805c9cb

Browse files
committed
fix: add icon padding at top
1 parent 45a8548 commit 805c9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/InlineCreateForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:setCurrentValue="setCurrentValue"
1616
@update:unmasked="handleUnmasked"
1717
/>
18-
<div v-if="column.required?.create" ><IconExclamationCircleSolid class="w-4 h-4"/></div>
18+
<div v-if="column.required?.create" class="pt-3" ><IconExclamationCircleSolid class="w-4 h-4 opacity-50" :title="t('This field is required')" /></div>
1919
</div>
2020
<div v-else></div>
2121
</td>

0 commit comments

Comments
 (0)