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 179b6e2 commit 9290b76Copy full SHA for 9290b76
npm-packages/dashboard/src/components/health/ProblemForInsight.tsx
@@ -77,7 +77,7 @@ function OCCProblem({
77
)}
78
</span>
79
{!explain && (
80
- <span className="text-xs text-content-secondary">
+ <span className="text-left text-xs text-content-secondary">
81
{formatNumberCompact(insight.occCalls)} time
82
{insight.occCalls === 1 ? "" : "s"} in{" "}
83
{!insight.occTableName ? (
0 commit comments