updated padding across cards and forms
This commit is contained in:
@@ -9,9 +9,9 @@ const SessionCard = () => {
|
||||
const { dispatch } = useAlertHitContext();
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card className="p-4">
|
||||
<CardHeader title={"Hit Search"} />
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex flex-col gap-4 px-2">
|
||||
<FormGroup>
|
||||
<label
|
||||
htmlFor="VRM"
|
||||
|
||||
Reference in New Issue
Block a user