Skip to content

Commit

Permalink
add custom table style
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jul 5, 2024
1 parent 382ea6b commit 2421408
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,18 @@ html {
nav#td-section-nav, nav#TableOfContents {
font-size: 0.9rem;
}

table {
width: 100%;
overflow-x: auto;
}
thead, tbody {
width: max-content;
}
th, td {
text-wrap: nowrap;
}
th:last-of-type, td:last-of-type {
min-width: 240px;
text-wrap: wrap;
}

0 comments on commit 2421408

Please sign in to comment.