Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 859f780 commit 75b8026Copy full SHA for 75b8026
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -230,8 +230,16 @@ dl > dt span ~ em {
230
padding-left: 20px;
231
}
232
233
+div.genindex-jumpbox,
234
+div.genindex-jumpbox > p {
235
+ display: inline-flex;
236
+ flex-wrap: wrap;
237
+}
238
+
239
div.genindex-jumpbox a {
- padding: 0 0.5em;
240
+ margin: 0 5px;
241
+ min-width: 30px;
242
+ text-align: center;
243
244
245
@media (max-width: 1023px) {
0 commit comments