Skip to content

Commit

Permalink
Webcomponent / Add missing bootstrap table CSS
Browse files Browse the repository at this point in the history
Required for WFS feature browsing.
  • Loading branch information
fxprunayre committed May 17, 2024
1 parent fb6a2be commit 03a72d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ customElements.define(
div.setAttribute("class", "gn-full");
app.appendChild(div);

["gn_search_default.css", "gn_inspire.css"].forEach(function (src) {
["gn_search_default.css", "bootstrap-table.min.css", "gn_inspire.css"].forEach(function (src) {
var css = document.createElement("link");
css.setAttribute("href", baseUrl + "/static/" + src);
css.setAttribute("rel", "stylesheet");
Expand Down

0 comments on commit 03a72d6

Please sign in to comment.