Skip to content

Commit 8f5304d

Browse files
authored
Merge pull request #29 from xames3/fix/side-menu-title-overflow
[Fix] Side menu title overflow
2 parents 3362b37 + c2572c3 commit 8f5304d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coeus_sphinx_theme/static/coeus.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ table tbody td:not(:first-child) {
10231023
margin-top: 3rem;
10241024
margin-bottom: 1rem;
10251025
padding-top: 1.5rem;
1026+
max-width: 15rem;
10261027
}
10271028

10281029
.contributors-wrapper {
@@ -2032,6 +2033,7 @@ table:not(.does-not-exist):hover .navbarlink>* {
20322033
.contents ul li ul,
20332034
.toctree-wrapper ul li ul {
20342035
padding-left: 1rem;
2036+
word-break: keep-all;
20352037
}
20362038

20372039
.contents ul:not(:last-child),

0 commit comments

Comments
 (0)