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 3362b37 + c2572c3 commit 8f5304dCopy full SHA for 8f5304d
coeus_sphinx_theme/static/coeus.css
@@ -1023,6 +1023,7 @@ table tbody td:not(:first-child) {
1023
margin-top: 3rem;
1024
margin-bottom: 1rem;
1025
padding-top: 1.5rem;
1026
+ max-width: 15rem;
1027
}
1028
1029
.contributors-wrapper {
@@ -2032,6 +2033,7 @@ table:not(.does-not-exist):hover .navbarlink>* {
2032
2033
.contents ul li ul,
2034
.toctree-wrapper ul li ul {
2035
padding-left: 1rem;
2036
+ word-break: keep-all;
2037
2038
2039
.contents ul:not(:last-child),
0 commit comments