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