Skip to content

Commit

Permalink
widen_content_view_edit_page
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelKova committed Jul 30, 2024
1 parent b4ca119 commit 6389e4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions apps/sensenet/src/components/view-controls/common/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ const useStyles = makeStyles(() => {
position: 'relative',
},
field: {
width: '88%',
position: 'relative',
},
fieldFullWidth: {
width: '88%',
position: 'relative',
},
actionButtonWrapper: {
Expand Down
4 changes: 1 addition & 3 deletions packages/sn-controls-react/src/viewcontrols/browse-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const useStyles = makeStyles((theme: Theme) => {
return createStyles({
grid: {
margin: '0 auto',
maxWidth: '750px',
maxWidth: '850px',
},
fieldWrapper: {},
field: {},
Expand All @@ -55,11 +55,9 @@ const useStyles = makeStyles((theme: Theme) => {
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
width: '88%',
margin: '0 auto',
},
divider: {
width: '88%',
height: '1px',
margin: '16px auto',
backgroundColor: theme.palette.primary.main,
Expand Down
4 changes: 1 addition & 3 deletions packages/sn-controls-react/src/viewcontrols/edit-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const useStyles = makeStyles((theme: Theme) => {
return createStyles({
grid: {
margin: '0 auto',
maxWidth: '750px',
maxWidth: '850px',
},
fieldWrapper: {},
field: {},
Expand All @@ -69,11 +69,9 @@ const useStyles = makeStyles((theme: Theme) => {
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
width: '88%',
margin: '0 auto',
},
divider: {
width: '88%',
height: '1px',
margin: '16px auto',
backgroundColor: theme.palette.primary.main,
Expand Down

0 comments on commit 6389e4c

Please sign in to comment.