mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix: bizstyle theme: nested long title pages make long breadcrumb that breaks page layout.
This commit is contained in:
@@ -65,7 +65,8 @@ div.related {
|
||||
|
||||
div.related ul {
|
||||
background-color: {{ theme_maincolor }};
|
||||
height: 2em;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #ddd;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user