Skip to content

Commit 6685c8e

Browse files
fix: navigation end columns (#514)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 801ddf6 commit 6685c8e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/changelog.d/514.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: navigation end columns

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ ul.navbar-icon-links {
225225
column-gap: 10px;
226226
}
227227

228+
.bd-header .navbar-item {
229+
gap: 8px;
230+
}
231+
228232
/*
229233
* dropdown button after 5 sections
230234
*/

0 commit comments

Comments
 (0)