Skip to content

Commit ecceb97

Browse files
committed
fix(FixedDialog): Bottom divider wasn't fullwidth when small size dialog
1 parent 37207ed commit ecceb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/CozyDialogs/FixedDialog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const FixedDialog = props => {
5151
<DialogContent {...dialogContentProps}>
5252
<div className="dialogContentInner">{content}</div>
5353
</DialogContent>
54-
<Divider />
54+
<Divider {...dividerProps} />
5555
{actions && (
5656
<DialogActions
5757
{...dialogActionsProps}

0 commit comments

Comments
 (0)