Skip to content

Commit 3a9a054

Browse files
mainawycliffemoshloop
authored andcommitted
fix: fix alignment issue in message for canary history
Fixes #2335
1 parent b751b34 commit 3a9a054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Status/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function Status({
5353
const color = getStatusColor(status, good, mixed);
5454

5555
return (
56-
<div className="flex flex-row items-center">
56+
<div className="inline-flex flex-row items-center">
5757
<span
5858
className={`inline-block h-3 w-3 flex-shrink-0 rounded-full shadow-md ${className} ${color}`}
5959
aria-hidden="true"

0 commit comments

Comments
 (0)