Skip to content

Commit

Permalink
set table width
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsche committed Feb 21, 2024
1 parent 9efdaa5 commit 5e8ce40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doxygen-awesome/doxygen-awesome-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class DoxygenAwesomeTables {

static replaceElement(element, name) {
let chart_container = document.createElement('table');
chart_container.setAttribute("style", "width: 100%;");
chart_container.id = name;
element.replaceWith(chart_container);
}
Expand Down

0 comments on commit 5e8ce40

Please sign in to comment.