Skip to content

Commit

Permalink
CSS: reduce negative margin on wizard page
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 20, 2023
1 parent bcdd014 commit ecd9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/routerconsole/jsp/themes/console/light/console.css
Original file line number Diff line number Diff line change
Expand Up @@ -5257,7 +5257,7 @@ div#langsettings {
}

img.wizard.progress {
margin-left: -75%;
margin-left: -50%;
max-height: 10%;
max-width: 30%;
}
Expand Down

0 comments on commit ecd9140

Please sign in to comment.