Fix some element positioning

This commit is contained in:
2022-06-09 19:38:30 +09:30
parent 79280135a1
commit a2a1f9c06d
2 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<div class="large-8 medium-8 cell" id="add-url-form" >
<div>
<h5 style="display:inline-block;">Add a new URL</h5>
<p style="display:inline-block;">[<a hx-get="/bulk_add" hx-target="#add-url-form" href="#">bulk add</a>]</h5>
<div style="display:inline-block;">[<a hx-get="/bulk_add" hx-swap="outerHTML" hx-target="#add-url-form" href="#">bulk add</a>]</div></h5>
</div>
<form onsubmit="return false">