Fix clear-float location
Signed-off-by: Edward Cheng <c4150221@gmail.com>
This commit is contained in:
parent
f05ef2dc65
commit
7efd0bd3c9
@ -51,7 +51,7 @@
|
||||
.removeClass('tabactive');
|
||||
}
|
||||
});
|
||||
$container.append($submenu);
|
||||
$container.children('.clearfloat').before($submenu);
|
||||
setTimeout(function () {
|
||||
self.resize();
|
||||
}, 4);
|
||||
|
||||
@ -1785,8 +1785,8 @@ class PMA_Util
|
||||
}
|
||||
|
||||
$tab_navigation .=
|
||||
'</ul>' . "\n"
|
||||
. '<div class="clearfloat"></div>'
|
||||
'<div class="clearfloat"></div>'
|
||||
. '</ul>' . "\n"
|
||||
. '</div>' . "\n";
|
||||
|
||||
return $tab_navigation;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user