Skip to content

Commit

Permalink
some stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 3, 2022
1 parent ac364f5 commit f33766c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/compat/browsers-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var trh = document.createElement('tr');
var head = ['module', 'current'].concat(engines);
for (i = 0; i < head.length; i++) {
var th = document.createElement('th');
th.innerHTML = head[i];
th.innerHTML = head[i].split('_').join('<br />');
trh.appendChild(th);
}
table.appendChild(trh);
Expand Down
2 changes: 1 addition & 1 deletion tests/compat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>core-js-compat</title>
<style>
th,td {
padding: 0.25em 0.5em;
padding: 0.25em 0.4em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
Expand Down

0 comments on commit f33766c

Please sign in to comment.