chore: archive v1.14.22 milestone

This commit is contained in:
2026-04-23 16:26:27 +03:00
29 changed files with 494 additions and 664 deletions

View File

@@ -170,7 +170,7 @@ export default function LogsTable({ logs, loading }: LogsTableProps) {
{selectedLog.details && (
<div className="space-y-1.5">
<p className="text-[11px] font-normal text-muted tracking-widest ml-1">Intervention Details</p>
<div className="bg-primary/5 text-primary/80 p-5 rounded-3xl border border-primary/10 text-sm font-medium leading-relaxed italic shadow-inner">
<div className="bg-primary/5 text-primary/80 p-5 rounded-3xl border border-primary/10 text-sm font-normal leading-relaxed italic shadow-inner">
"{selectedLog.details}"
</div>
</div>