mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 00:35:22 +00:00
💄 px-2 button
This commit is contained in:
@@ -856,7 +856,7 @@ function TargetStatusCell({
|
|||||||
|
|
||||||
if (!targets || targets.length === 0) {
|
if (!targets || targets.length === 0) {
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 px-2">
|
||||||
<StatusIcon status="unknown" />
|
<StatusIcon status="unknown" />
|
||||||
<span className="text-sm">{t("resourcesTableNoTargets")}</span>
|
<span className="text-sm">{t("resourcesTableNoTargets")}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -876,7 +876,7 @@ function TargetStatusCell({
|
|||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="flex items-center gap-2 h-8 px-0 font-normal"
|
className="flex items-center gap-2 h-8 px-2 font-normal"
|
||||||
>
|
>
|
||||||
<StatusIcon status={overallStatus} />
|
<StatusIcon status={overallStatus} />
|
||||||
<span className="text-sm">
|
<span className="text-sm">
|
||||||
|
|||||||
Reference in New Issue
Block a user