1
0
Fork 0
forked from 0x2620/oxjs

in ObjectInput and ObjectArrayInput, don't set height

This commit is contained in:
rolux 2012-06-13 15:55:34 +02:00
commit 889ad7a83a
2 changed files with 2 additions and 5 deletions

View file

@ -25,7 +25,6 @@ Ox.ObjectInput = function(options, self) {
.addClass('OxObjectInput')
.css({
width: self.options.width + 'px',
height: self.options.elements.length * 24 - 8 + 'px'
});
if (Ox.isEmpty(self.options.value)) {