File tree Expand file tree Collapse file tree
apps/webapp/app/components/dashboard-agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export function ReportHeadline({
140140} ) {
141141 return (
142142 < p className = "flex items-start gap-2 text-sm" >
143- < ReportSeverityIcon severity = { severity } tone = { tone } className = "mt-0 .5 shrink-0" />
143+ < ReportSeverityIcon severity = { severity } tone = { tone } className = "mt-1 .5 shrink-0" />
144144 < span >
145145 < span className = { cn ( "font-medium" , SEVERITY_TEXT [ tone ?? severity ] ) } > { phrase } </ span >
146146 { continuation ? < span className = "text-text-bright" > — { continuation } </ span > : null }
@@ -169,8 +169,8 @@ export function ReportFindingLine({
169169 return (
170170 < p className = "grid grid-cols-[1rem_4.5rem_minmax(0,1fr)] items-start gap-x-2" >
171171 < ReportSeverityIcon severity = { severity } tone = { tone } className = "mt-0.5" />
172- < span className = "- mt-px text-xs uppercase tracking-wide text-text-dimmed" > { type } </ span >
173- < span className = { cn ( "-mt-0.5 text-sm" , bright ? "text-text-bright" : "text-text-dimmed" ) } >
172+ < span className = "mt-px text-xs uppercase tracking-wide text-text-dimmed" > { type } </ span >
173+ < span className = { cn ( "-mt-1 text-sm" , bright ? "text-text-bright" : "text-text-dimmed" ) } >
174174 { text }
175175 </ span >
176176 </ p >
You can’t perform that action at this time.
0 commit comments