Skip to content

Commit 4ad23f2

Browse files
Add left border to fit content (#124)
* Add left border to fit content * Modify the main colomn * padding the breadcrumbs toc-tree * retreive the value
1 parent 23eb49f commit 4ad23f2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,13 +490,12 @@ Side column size (first and second column from left)
490490
*/
491491

492492
.col-md-3 {
493-
flex: 0 0 20%;
494-
max-width: 20%;
493+
flex: none;
494+
max-width: fit-content;
495495
}
496496

497497
.col-xl-7 {
498-
flex: 0 0 63.33333%;
499-
max-width: 63.33333%;
498+
max-width: fit-content;
500499
}
501500

502501
a.headerlink {

0 commit comments

Comments
 (0)