Skip to content

Commit

Permalink
Fixed styling of narrow tables with search box
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvaculik committed Sep 16, 2023
1 parent 4695ef8 commit 99d6195
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyreball/cfg/css.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ img, svg, canvas.marks, div.vega-embed {
margin-right:0px;
}

/* Fix DataTables alignment for narrow tables with search box */
.dataTables_scroll {
width: fit-content;
max-width: 100%;
margin-left:auto;
margin-right:auto;
}

a.pyreball-anchor-link:link {
text-decoration: none;
padding: 0px 20px;
Expand Down

0 comments on commit 99d6195

Please sign in to comment.