We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea8c9df + 89fbdef commit a1a000eCopy full SHA for a1a000e
src/sphinx_ansible_theme/static/css/ansible.css
@@ -144,6 +144,10 @@ table.documentation-table .value-required {
144
.wy-menu-vertical a.reference.internal {
145
padding: 0.4045em 1.618em;
146
}
147
+/* Fix truncation when extranav is hidden */
148
+.wy-menu-vertical:not(:has(.sideBanner)) {
149
+ padding-bottom: 2rem;
150
+}
151
/*! Override sphinx rtd theme max-with of 800px */
152
.wy-nav-content {
153
max-width: 100%;
0 commit comments