Openstatus www.openstatus.dev

fix: overflow of text in assertion compare selector (#1431)

authored by

Samyabrata Maji and committed by
GitHub
7478eb16 b08a0a7b

+4 -2
+4 -2
apps/dashboard/src/components/forms/monitor/form-general.tsx
··· 508 508 value={field.value} 509 509 onValueChange={field.onChange} 510 510 > 511 - <SelectTrigger className="w-full"> 512 - <SelectValue placeholder="Select compare" /> 511 + <SelectTrigger className="w-full min-w-16"> 512 + <span className="truncate"> 513 + <SelectValue placeholder="Select compare" /> 514 + </span> 513 515 </SelectTrigger> 514 516 <SelectContent> 515 517 {assertion.type === "status"