Skip to content

Commit

Permalink
compactify problem solutions table
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 18, 2024
1 parent 663302c commit 020c8c2
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ div.dt-container.dt-empty-footer div.dt-layout-row div.dt-layout-start {
display: none;
}

table.compact thead th p {
table.datatable thead th p {
margin: 0 !important;
}

/* .wy-nav-content {
max-width: 1024px;
} */

.dataTables_wrapper {
display: flex; /* Use flexbox to control alignment */
justify-content: flex-start; /* Align to the left */
}

table.datatable {
width: auto;
}

table.compact {
float: left;
}

table.dataTable thead > tr > th span.dt-column-order {
right: 4px !important;
}

table.dataTable thead > tr > th, table.dataTable thead > tr > td {
padding-right: 20px !important;
}

0 comments on commit 020c8c2

Please sign in to comment.