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 e1a4ebd commit 1f5b0f4Copy full SHA for 1f5b0f4
apps/webapp/app/components/code/TSQLResultsTable.tsx
@@ -802,15 +802,15 @@ function HeaderCellContent({
802
"justify-end": alignment === "right",
803
})}
804
>
805
- <span className="truncate">{children}</span>
+ <span className="truncate text-left">{children}</span>
806
<InfoIconTooltip
807
content={tooltip}
808
contentClassName="normal-case tracking-normal"
809
enabled={isHovered}
810
/>
811
</div>
812
) : (
813
- <span className="min-w-0 flex-1 truncate">{children}</span>
+ <span className="min-w-0 flex-1 truncate text-left">{children}</span>
814
)}
815
{/* Sort indicator */}
816
{canSort && (
0 commit comments