Skip to content

Commit

Permalink
edit task modal css update
Browse files Browse the repository at this point in the history
  • Loading branch information
berabulut committed May 16, 2021
1 parent e26510c commit 0f665b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/EditTaskModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ const EditTaskModal = ({
);
})}
<Grid
className={classes.buttonContainer}
className={classes.assignButtonContainer}
item
container
justify="flex-end"
Expand Down
11 changes: 11 additions & 0 deletions client/src/components/EditTaskModal/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ export const modalStyles = makeStyles((theme) => ({
justifyContent: "center",
},
},
assignButtonContainer: {
maxHeight: "60px",
display: "inline-flex",
marginBottom: theme.spacing(1.5),
paddingLeft: "20px",
justifyContent: "flex-end",
[theme.breakpoints.down("xs")]: {
justifyContent: "center",
paddingLeft: "0px"
},
},
assignedUsersContainer: {
maxHeight: "60px",
display: "inline-flex",
Expand Down

0 comments on commit 0f665b8

Please sign in to comment.