Skip to content

Commit 6f25200

Browse files
committed
Update predefined-form.blade.php
1 parent 6141291 commit 6f25200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/pageitems/predefined-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<label for='title' class='form-label'>Custom Title</label>
1414
<input type='text' name='title' value='{{$link_title}}' class='form-control' />
15-
<span class='small text-muted'>Leave blank for default title</span>
15+
<span class='small text-muted'>Leave blank for default title</span><br>
1616

1717
<label for='link' class='form-label'>URL</label>
1818
<input type='url' name='link' value='{{$link_url}}' class='form-control' required />

0 commit comments

Comments
 (0)