forked from 0x2620/oxjs
in ObjectInput and ObjectArrayInput, don't set height
This commit is contained in:
parent
a874974f9a
commit
889ad7a83a
2 changed files with 2 additions and 5 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue