Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 01a9c87

Browse files
committed
feat: align Next button to the right in wizard
1 parent 83f4f5f commit 01a9c87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

public/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,6 +2513,10 @@ tbody tr:hover {
25132513
margin-top: 28px;
25142514
}
25152515

2516+
#wizard-next-btn {
2517+
margin-left: auto;
2518+
}
2519+
25162520
.wizard-subsection {
25172521
border-top: 1px solid var(--border);
25182522
padding-top: 20px;

0 commit comments

Comments
 (0)