Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@
color: rgba(0, 0, 0, .54)
}

thead tr th:first-child,
tbody tr td:first-child {
width: 10em;
max-width: 10em;
word-break: break-all;
}

tr td:nth-child(1) {
background: #dcdce269;
}
Expand All @@ -89,6 +82,11 @@ tr td:nth-child(1) {
display: block;
}

.md-typeset__table table:not([class]) {
display: table;
width: 100%;
}

.keyword {
border-style: dashed;
border-radius: 10px;
Expand Down
3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tools]
python = "3.11"

[env]
_.python.venv = { path = ".venv", create = true }
Loading