We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b751b34 commit 3a9a054Copy full SHA for 3a9a054
src/components/Status/index.tsx
@@ -53,7 +53,7 @@ export function Status({
53
const color = getStatusColor(status, good, mixed);
54
55
return (
56
- <div className="flex flex-row items-center">
+ <div className="inline-flex flex-row items-center">
57
<span
58
className={`inline-block h-3 w-3 flex-shrink-0 rounded-full shadow-md ${className} ${color}`}
59
aria-hidden="true"
0 commit comments