Skip to content

Commit

Permalink
add ms-auto and me-auto to align close button right
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 15, 2024
1 parent 7463eb5 commit 218da6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function showVersionWarningBanner(data) {
// these classes exist since pydata-sphinx-theme v0.10.0
// the init class is used for animation
outer.classList = "bd-header-version-warning container-fluid init";
middle.classList = "bd-header-announcement__content";
middle.classList = "bd-header-announcement__content ms-auto me-auto";
inner.classList = "sidebar-message";
button.classList =
"sd-btn sd-btn-danger sd-shadow-sm sd-text-wrap font-weight-bold ms-3 my-1 align-baseline";
Expand Down

0 comments on commit 218da6a

Please sign in to comment.