forked from 0x2620/oxjs
fix collapse panel extras css
This commit is contained in:
parent
3f6546783e
commit
4097e70fa7
2 changed files with 12 additions and 10 deletions
|
|
@ -68,7 +68,7 @@ Ox.CollapsePanel = function(options, self) {
|
|||
if (self.options.extras.length) {
|
||||
self.$extras = Ox.Element()
|
||||
.addClass('OxExtras')
|
||||
.css({width: self.options.extras.length * 16 + 1 + 'px'})
|
||||
.css({width: self.options.extras.length * 16 + 'px'})
|
||||
.appendTo(self.$titlebar);
|
||||
self.options.extras.forEach(function($extra) {
|
||||
$extra.appendTo(self.$extras);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue