Skip to content

Commit

Permalink
[desk-tool] Adjust presence overlay margins
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 2dbc347 commit 71dd88b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class FormView extends React.PureComponent<Props> {

return (
<div className={styles.root}>
<PresenceOverlay>
<PresenceOverlay margins={[0, 0, 1, 0]}>
<EditForm
id={id}
value={value || initialValue}
Expand Down

0 comments on commit 71dd88b

Please sign in to comment.