forked from administration/panel
fix: optimise CSS
parent
373c66a251
commit
c54c690fe4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue