Skip to content

Commit eb90c15

Browse files
committed
Raw view column header has better alignment
1 parent ca92c22 commit eb90c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.sessions.$sessionParam

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.sessions.$sessionParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function StreamColumnHeader({
515515
timeColWidth: string;
516516
}) {
517517
return (
518-
<div className="flex select-none items-center border-b border-grid-dimmed bg-charcoal-900 px-2 py-1 text-xs uppercase tracking-wide text-text-dimmed">
518+
<div className="flex select-none items-center border-b border-grid-dimmed bg-charcoal-900 py-1 text-xs uppercase tracking-wide text-text-dimmed">
519519
<div className="flex-none" style={{ width: `${rowNumberWidthCh}ch` }} />
520520
<div className="flex-none pl-3" style={{ width: timeColWidth }}>
521521
Time

0 commit comments

Comments
 (0)