Skip to content

Commit

Permalink
Remove table rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Onitoxan committed Feb 5, 2025
1 parent c7fd65d commit 57feace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/hpc-ftsadmin/src/app/components/tables/flows-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -892,11 +892,10 @@ export default function FlowsTable(props: FlowsTableProps) {
</TopRowContainer>
</ChipDiv>

<Box sx={{ overflowX: 'auto', transform: 'rotateX(180deg)' }}>
<Box sx={{ overflowX: 'auto' }}>
<TableContainer
sx={{
width: '100%',
transform: 'rotateX(180deg)',
display: 'table',
tableLayout: 'fixed',
lineHeight: '1.35',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,11 @@ export default function OrganizationTable(props: OrganizationTableProps) {
</TopRowContainer>
</ChipDiv>

<Box sx={{ overflowX: 'auto', transform: 'rotateX(180deg)' }}>
<Box sx={{ overflowX: 'auto' }}>
<TableContainer
sx={{
width: '100%',
display: 'table',
transform: 'rotateX(180deg)',
tableLayout: 'fixed',
lineHeight: '1.35',
fontSize: '1.32rem',
Expand Down

0 comments on commit 57feace

Please sign in to comment.