We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38747 commit 5afdf0cCopy full SHA for 5afdf0c
script.js
@@ -7,7 +7,7 @@ function createTableFromJSON(arr) {
7
divForTheTable.className = "gl-mb-3"
8
9
var table = document.createElement("table");
10
- table.style = "font-family:monospace;"
+ table.style = "font-family:monospace; margin-top: 1rem;"
11
12
for (var i = 0; i < arr.length; i++) {
13
tr = table.insertRow(-1);
0 commit comments