mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-09 22:32:45 +02:00
Slight padding
This commit is contained in:
@@ -49,7 +49,7 @@ export function HttpAuthenticationEditor({ request }: Props) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="h-full grid grid-rows-[auto_minmax(0,1fr)]">
|
<div className="h-full grid grid-rows-[auto_minmax(0,1fr)]">
|
||||||
<HStack space={2} className="mb-1" alignItems="center">
|
<HStack space={2} className="mb-2" alignItems="center">
|
||||||
<Checkbox
|
<Checkbox
|
||||||
className="w-full"
|
className="w-full"
|
||||||
checked={!request.authentication.disabled}
|
checked={!request.authentication.disabled}
|
||||||
|
|||||||
Reference in New Issue
Block a user