Skip to content

Commit

Permalink
Merge pull request #854 from CBIIT/BENTO-2449_iteration_3
Browse files Browse the repository at this point in the history
Fixed styles on the User Profile page.
  • Loading branch information
iksheth authored Jun 6, 2023
2 parents 3932fc2 + 65ccd6f commit 872b613
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/bento-frontend/src/pages/profile/tblThemeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@ export const tblHeader = {
},
};

export const tblContainer = {
MuiTableContainer: {
root: {
width: '100%',
overflowX: 'auto',
transform: 'rotateX(180deg)',
boxShadow: 'none',
borderRadius: '0',
}
},
MuiTable: {
root: {
transform: 'rotateX(180deg)',
width: '100%',
display: 'table',
borderSpacing: '0',
borderCollapse: 'collapse',
},
},
};

export const tblBody = {
MuiTableCell: {
root: {
Expand Down Expand Up @@ -59,6 +80,7 @@ export const tblPgn = {

export const themeConfig = {
tblHeader,
tblContainer,
tblBody,
tblPgn
};

0 comments on commit 872b613

Please sign in to comment.