copy style attr from original element. fixes #1476
This commit is contained in:
parent
bed05df474
commit
cdcdc98b55
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
|
||||
syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);
|
||||
|
||||
this.container.attr("style", opts.element.attr("style"));
|
||||
this.container.css(evaluate(opts.containerCss));
|
||||
this.container.addClass(evaluate(opts.containerCssClass));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue