Skip to content

Commit

Permalink
change column width
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Apr 17, 2024
1 parent cc2429b commit d03b15d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions curiosrc/web/static/sector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,10 @@
</head>

<body style="visibility:hidden" data-bs-theme="dark">
<style>
#myClass {
text-align: center;
}
</style>

<curio-ux>
<section class="section container-fluid implementations">
<section class="section container-fluid">
<div class="row justify-content-center content">
<div class="col-md-12 justify-content-center content">
<div class="col-md-auto" style="max-width: 95%">
<table id="sectorTable" class="hover">
<tr>
<td>Loading...</td>
Expand Down Expand Up @@ -106,10 +100,6 @@
],
responsive: true,
columnDefs: [
{
className: 'myClass',
targets: -1
},
{
orderable: false,
render: DataTable.render.select(),
Expand Down

0 comments on commit d03b15d

Please sign in to comment.