Skip to content

Commit

Permalink
rendering issue round 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Babak Pourkazemi committed Jul 17, 2013
1 parent d6b27f3 commit d817680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascripts/jquery.selectBoxIt.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
// Dynamically adds the `max-width` and `line-height` CSS styles of the dropdown list text element
self.dropdownText.css({

"max-width": self.dropdownContainer - (self.downArrowContainer + self.dropdownImage)
"max-width": self.dropdownContainer.outerWidth(true) - (self.downArrowContainer.outerWidth(true) + self.dropdownImage.outerWidth(true))

});

Expand Down

0 comments on commit d817680

Please sign in to comment.