Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,12 @@ Side column size (first and second column from left)
*/

.col-md-3 {
flex: 0 0 20%;
max-width: 20%;
flex: none;
max-width: fit-content;
}

.col-xl-7 {
flex: 0 0 63.33333%;
max-width: 63.33333%;
max-width: fit-content;
}

a.headerlink {
Expand Down