Skip to content

Commit

Permalink
Dialog: Fixed #3756: Wrong height on every other open.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jan 3, 2009
1 parent 3c3e17c commit 311c026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/ui.dialog.js
Expand Up @@ -438,6 +438,7 @@ $.widget("ui.dialog", {
// reset content sizing
this.element.css({
height: 0,
minHeight: 0,
width: 'auto'
});

Expand Down

0 comments on commit 311c026

Please sign in to comment.