diff --git a/src/containers/editable-container.css b/src/containers/editable-container.css index 013d927..927ab10 100644 --- a/src/containers/editable-container.css +++ b/src/containers/editable-container.css @@ -1,6 +1,6 @@ -.editable-container { +.editable-container, +.editable-container.popover { width: auto; white-space: nowrap; /* without this rule buttons wrap input in non-static elements */ max-width: none; /* without this rule poshytip does not stretch */ -} - +} \ No newline at end of file diff --git a/test/loader.js b/test/loader.js index 518dd63..136ba5b 100644 --- a/test/loader.js +++ b/test/loader.js @@ -78,7 +78,8 @@ function getAssets(f, c, src, libs) { //core js.unshift(bootstrap+'js/bootstrap.js') css.unshift(bootstrap+'css/bootstrap.css'); - css.unshift(bootstrap+'css/bootstrap-responsive.css'); +// css.push(bootstrap+'css/bootstrap.css'); + //css.unshift(bootstrap+'css/bootstrap-responsive.css'); //editable js.push(forms+'editable-form-bootstrap.js');