1
0
Fork 0

fix: optimise CSS

user-stream
Lea 2023-09-02 23:54:18 +02:00 committed by insert
parent 373c66a251
commit c54c690fe4
1 changed files with 72 additions and 70 deletions

View File

@ -56,8 +56,9 @@ export default function Classifications() {
<TableRow> <TableRow>
<TableHead>Domain</TableHead> <TableHead>Domain</TableHead>
<TableHead>Classification</TableHead> <TableHead>Classification</TableHead>
<TableHead>Action</TableHead> <TableHead className="flex flex-row items-center justify-between gap-2 pr-1">
<TableHead className="text-end pr-2"> <span>Action</span>
<div className="text-end pr-2">
<AlertDialog> <AlertDialog>
<AlertDialogTrigger asChild> <AlertDialogTrigger asChild>
<Button disabled={!loaded}>Add</Button> <Button disabled={!loaded}>Add</Button>
@ -127,6 +128,7 @@ export default function Classifications() {
</AlertDialogFooter> </AlertDialogFooter>
</AlertDialogContent> </AlertDialogContent>
</AlertDialog> </AlertDialog>
</div>
</TableHead> </TableHead>
</TableRow> </TableRow>
</TableHeader> </TableHeader>