Skip to content

Commit

Permalink
fix: Set up css rules for page title
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Jan 6, 2025
1 parent b42d90e commit 42bada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sensenet/src/components/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useStyles = makeStyles((theme: Theme) => {
padding: '8px 16px',
height: `${TTITLE_SIZE}px`,
'& ~ #treeAndDatagridWrapper': {
height: `calc(100% - ${globals.common.drawerItemHeight}px - ${TTITLE_SIZE}px)`,
height: `calc( 100% - ${globals.common.drawerItemHeight}px - ${TTITLE_SIZE}px )`,
},
},
})
Expand Down

0 comments on commit 42bada8

Please sign in to comment.