Skip to content

Commit 912ada3

Browse files
committed
1 parent 12aead8 commit 912ada3

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
@@ -138,14 +138,15 @@ if (("undefined" === typeof $ || "undefined" === typeof $.fn || "undefined" ===
138138
table.setAttribute("style", "border:none;margin:0");
139139
var tr = document.createElement("tr");
140140
var td1 = document.createElement("td");
141-
td1.setAttribute("style", "width:100%");
141+
td1.setAttribute("style", "width:100%; padding:0;padding-right:4px");
142142
table.appendChild(tr);
143143
tr.appendChild(td1);
144144
parent.removeChild(element);
145145
td1.appendChild(element);
146146
parent.appendChild(table);
147147
var td = document.createElement("td");
148148
tr.appendChild(td);
149+
td.setAttribute("style", "padding:0");
149150
var searchButton = document.createElement("button");
150151
searchButton.className = "btn btn-default glyphicon " + glyphicon;
151152
searchButton.onclick = function () {

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
@@ -138,14 +138,15 @@ if (("undefined" === typeof $ || "undefined" === typeof $.fn || "undefined" ===
138138
table.setAttribute("style", "border:none;margin:0");
139139
var tr = document.createElement("tr");
140140
var td1 = document.createElement("td");
141-
td1.setAttribute("style", "width:100%");
141+
td1.setAttribute("style", "width:100%; padding:0;padding-right:4px");
142142
table.appendChild(tr);
143143
tr.appendChild(td1);
144144
parent.removeChild(element);
145145
td1.appendChild(element);
146146
parent.appendChild(table);
147147
var td = document.createElement("td");
148148
tr.appendChild(td);
149+
td.setAttribute("style", "padding:0");
149150
var searchButton = document.createElement("button");
150151
searchButton.className = "btn btn-default glyphicon " + glyphicon;
151152
searchButton.onclick = function () {

0 commit comments

Comments
 (0)