Skip to content

Commit

Permalink
Fix: ActionButtonWrapper CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
marosvolgyiz committed Dec 10, 2024
1 parent 70daded commit 3f6a251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const useStyles = makeStyles(() => {
},
actionButtonWrapper: {
height: '80px',
left: 0,
left: 'auto',
position: 'absolute',
padding: '20px',
bottom: 0,
Expand Down
4 changes: 1 addition & 3 deletions apps/sensenet/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ ul[role='listbox'] {
.MuiGrid-container {
max-height: 100% !important;
}
div[class*='makeStyles-actionButtonWrapper'] {
left: auto;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary[type='submit'] {
margin-left: 0px;
}
Expand Down

0 comments on commit 3f6a251

Please sign in to comment.