🌐 AI搜索 & 代理 主页
Skip to content

Commit 10db39a

Browse files
Align "Editors" inside its box
1 parent 2ac4375 commit 10db39a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,12 @@ div.footer a:hover {
425425
color: #229;
426426
}
427427

428+
dl.field-list {
429+
display: flex;
430+
flex-wrap: wrap;
431+
align-items: center;
432+
}
433+
428434
dl > dt span ~ em,
429435
.sig {
430436
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;

0 commit comments

Comments
 (0)