Skip to content

Commit a1a000e

Browse files
authored
Merge pull request #124 from oraNod/fix-truncation
Fix truncation with side nav
2 parents ea8c9df + 89fbdef commit a1a000e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sphinx_ansible_theme/static/css/ansible.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ table.documentation-table .value-required {
144144
.wy-menu-vertical a.reference.internal {
145145
padding: 0.4045em 1.618em;
146146
}
147+
/* Fix truncation when extranav is hidden */
148+
.wy-menu-vertical:not(:has(.sideBanner)) {
149+
padding-bottom: 2rem;
150+
}
147151
/*! Override sphinx rtd theme max-with of 800px */
148152
.wy-nav-content {
149153
max-width: 100%;

0 commit comments

Comments
 (0)