Skip to content

Commit

Permalink
Tabellsmåjusteringar
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Aug 29, 2024
1 parent 807a095 commit 4ff4525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/langtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8308,7 +8308,7 @@ function addTableHeader() {
heading_2.innerHTML = 'Reposi­tory';
let heading_3 = document.createElement('th');
heading_3.innerHTML = 'License';
heading_3.setAttribute('style', 'min-width: 15%;');
heading_3.setAttribute('style', 'width: 15%;');
let heading_4 = document.createElement('th');
heading_4.innerHTML = 'Issues';
heading_4.setAttribute('style', 'min-width: 15%;');
Expand Down Expand Up @@ -8627,12 +8627,12 @@ function addGameTableHeader() {
// Creating and adding data to first row of the table
let row_1 = document.createElement('tr');
let heading_1 = document.createElement('th');
heading_1.innerHTML = 'Game page';
heading_1.innerHTML = 'Game page';
let heading_2 = document.createElement('th');
heading_2.innerHTML = 'Reposi­tory';
let heading_3 = document.createElement('th');
heading_3.innerHTML = 'License';
heading_3.setAttribute('style', 'min-width: 15%;');
heading_3.setAttribute('style', 'width: 15%;');
let heading_4 = document.createElement('th');
heading_4.innerHTML = 'Issues';
heading_4.setAttribute('style', 'min-width: 15%;');
Expand Down

0 comments on commit 4ff4525

Please sign in to comment.