mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 03:54:22 +00:00
fix squished alert card when disabled
This commit is contained in:
@@ -174,11 +174,7 @@ export default function AlertRuleGraphEditor({
|
||||
<CardContent className="p-4 sm:p-5 space-y-4">
|
||||
<fieldset
|
||||
disabled={disabled}
|
||||
className={
|
||||
disabled
|
||||
? "opacity-50 pointer-events-none"
|
||||
: "space-y-4"
|
||||
}
|
||||
className={`space-y-4${disabled ? " opacity-50 pointer-events-none" : ""}`}
|
||||
>
|
||||
<div className="flex flex-wrap items-center gap-2">
|
||||
{isNew && (
|
||||
|
||||
Reference in New Issue
Block a user