Skip to content

Commit

Permalink
Fix Status Table
Browse files Browse the repository at this point in the history
  • Loading branch information
almitte committed Apr 9, 2024
1 parent 55d4590 commit a738787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion rolloutmonitor/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ <h1>Detailplanung für alle laufenden Rolloutprojekte</h1>
}
}
</script>

<script>
// Get the search box and data table elements
var searchBox = document.querySelector(".search-box");
Expand Down
5 changes: 1 addition & 4 deletions styling/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ th:first-child {
height: 150px; /* adjust this value as needed */
}

#installation-table th {
}

/* Optional: Styles for the table to ensure it takes full width */
.sortable {
width: 100%;
Expand All @@ -344,7 +341,7 @@ th:first-child {
#statustable .sortable td:first-child {
position: sticky;
left: 0;
z-index: 1;
z-index: 0;
}

#statustable .sortable td:first-child {
Expand Down

0 comments on commit a738787

Please sign in to comment.