Skip to content

Commit

Permalink
Fix loading spinner for OAuth / Bearer token validation
Browse files Browse the repository at this point in the history
* Fixes #21325

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
  • Loading branch information
marvinruder authored and martinpitt committed Nov 28, 2024
1 parent 52d1c41 commit d343984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/static/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ label.checkbox {
display: inline-block;
}

.pf-v5-c-button[spinning] .spinner {
.spinner {
display: inline-flex;
}

Expand Down

0 comments on commit d343984

Please sign in to comment.