mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-11 22:16:44 +03:00
refactor: update Card components to use self-start class for consistent alignment
This commit is contained in:
@@ -55,7 +55,7 @@ export function MirrorOptionsForm({
|
||||
};
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card className="self-start">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-lg font-semibold flex items-center justify-between">
|
||||
Mirror Options
|
||||
|
||||
Reference in New Issue
Block a user