Skip to content

Commit 12aead8

Browse files
committed
1 parent 6482ef3 commit 12aead8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/js/brutusin-json-forms-bootstrap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ if (("undefined" === typeof $ || "undefined" === typeof $.fn || "undefined" ===
135135
if (glyphicon) {
136136
var parent = element.parentNode;
137137
var table = document.createElement("table");
138+
table.setAttribute("style", "border:none;margin:0");
138139
var tr = document.createElement("tr");
139140
var td1 = document.createElement("td");
140-
td1.setAttribute("style", "width:100%;border:none;margin:0");
141+
td1.setAttribute("style", "width:100%");
141142
table.appendChild(tr);
142143
tr.appendChild(td1);
143144
parent.removeChild(element);

dist/js/brutusin-json-forms-bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/brutusin-json-forms-bootstrap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ if (("undefined" === typeof $ || "undefined" === typeof $.fn || "undefined" ===
135135
if (glyphicon) {
136136
var parent = element.parentNode;
137137
var table = document.createElement("table");
138+
table.setAttribute("style", "border:none;margin:0");
138139
var tr = document.createElement("tr");
139140
var td1 = document.createElement("td");
140-
td1.setAttribute("style", "width:100%;border:none;margin:0");
141+
td1.setAttribute("style", "width:100%");
141142
table.appendChild(tr);
142143
tr.appendChild(td1);
143144
parent.removeChild(element);

0 commit comments

Comments
 (0)