Skip to content

Commit

Permalink
SET-372 - Switch query result table to monospace so that text is alig…
Browse files Browse the repository at this point in the history
…ned (#1017)
  • Loading branch information
dancoates authored Jan 15, 2025
1 parent 17070c4 commit 3a87682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/pages/report/chart/TableFromQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export function TableFromQuery(props: TableProps) {
columns={columns}
getRowId={(row) => row.__index}
density="compact"
sx={{
fontFamily: 'monospace',
}}
/>
)
}

0 comments on commit 3a87682

Please sign in to comment.