mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[docs] Fix horizontal overflow in theme header (#12455)
This commit is contained in:
parent
11abfb90ba
commit
f5eb0b2df1
1
doc/_themes/sphinx13/static/sphinx13.css
vendored
1
doc/_themes/sphinx13/static/sphinx13.css
vendored
@ -25,6 +25,7 @@ body {
|
||||
width: 100%;
|
||||
background-color: var(--colour-sphinx-blue);
|
||||
padding: 10px 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.pageheader a {
|
||||
|
Loading…
Reference in New Issue
Block a user