Skip to content

Commit

Permalink
fix: dns query component layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 2, 2023
1 parent d873ccb commit 2464896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const DNSQueryForm = () => {
const [DNSQueryResult, setDNSQueryResult] = createSignal<string[]>([])

return (
<div class="flex items-center gap-2">
<form use:form={form} class="contents">
<div class="flex flex-col">
<form use:form={form} class="flex items-center gap-2">
<input name="name" class="input input-bordered flex-1" />

<select name="type" class="select select-bordered">
Expand Down

0 comments on commit 2464896

Please sign in to comment.