Skip to content

Commit 9290b76

Browse files
atrakhConvex, Inc.
authored and
Convex, Inc.
committed
align text in ProblemForInsight occ (#36439)
Fixes alignment of text GitOrigin-RevId: 42f02db2e8f0377537ae5a35aef7f38b2b9a4cb7
1 parent 179b6e2 commit 9290b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/components/health/ProblemForInsight.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function OCCProblem({
7777
)}
7878
</span>
7979
{!explain && (
80-
<span className="text-xs text-content-secondary">
80+
<span className="text-left text-xs text-content-secondary">
8181
{formatNumberCompact(insight.occCalls)} time
8282
{insight.occCalls === 1 ? "" : "s"} in{" "}
8383
{!insight.occTableName ? (

0 commit comments

Comments
 (0)