mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-12 09:11:08 -06:00
Support ultra low width viewports in search bar & option checkboxes
This commit is contained in:
@@ -53,15 +53,18 @@ const LookupInput: FunctionComponent<LookupInputProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col p-0">
|
<div className="col p-0">
|
||||||
<div className="flex pt-3 pb-1 text-sm">
|
<div className="flex flex-wrap pt-3 pb-1 text-sm">
|
||||||
|
<div className="whitespace-nowrap">
|
||||||
<input
|
<input
|
||||||
className="ml-2 mr-1 text-zinc-800 accent-zinc-700"
|
className="ml-2 mr-1 whitespace-nowrap text-zinc-800 accent-zinc-700"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
{...register("requestJSContact")}
|
{...register("requestJSContact")}
|
||||||
/>
|
/>
|
||||||
<label className="" htmlFor="requestJSContact">
|
<label className="" htmlFor="requestJSContact">
|
||||||
Request JSContact
|
Request JSContact
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
|
<div className="whitespace-nowrap">
|
||||||
<input
|
<input
|
||||||
className="ml-2 mr-1 bg-zinc-500 text-inherit accent-zinc-700"
|
className="ml-2 mr-1 bg-zinc-500 text-inherit accent-zinc-700"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
@@ -72,6 +75,7 @@ const LookupInput: FunctionComponent<LookupInputProps> = ({
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user