mirror of
https://github.com/google/bumble.git
synced 2026-05-19 05:48:02 +00:00
Deployed 1af61e8 with MkDocs version: 1.3.0
This commit is contained in:
@@ -14,3 +14,23 @@ h5.doc-heading {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* Max width for docstring sections tables. */
|
||||
.doc .md-typeset__table,
|
||||
.doc .md-typeset__table table {
|
||||
display: table !important;
|
||||
width: 100%;
|
||||
}
|
||||
.doc .md-typeset__table tr {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
/* Avoid line breaks in rendered fields. */
|
||||
.field-body p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Defaults in Spacy table style. */
|
||||
.doc-param-default {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user