We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6141291 commit 6f25200Copy full SHA for 6f25200
resources/views/components/pageitems/predefined-form.blade.php
@@ -12,7 +12,7 @@
12
13
<label for='title' class='form-label'>Custom Title</label>
14
<input type='text' name='title' value='{{$link_title}}' class='form-control' />
15
-<span class='small text-muted'>Leave blank for default title</span>
+<span class='small text-muted'>Leave blank for default title</span><br>
16
17
<label for='link' class='form-label'>URL</label>
18
<input type='url' name='link' value='{{$link_url}}' class='form-control' required />
0 commit comments