Skip to content

Commit

Permalink
fix: align buttons during validation
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 13, 2023
1 parent 77bdeea commit e9dbd11
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
}

.input-number {
button.input-number-add {
top: 0;
}

button.input-number-sub {
bottom: 0;
.align-buttons{
height: 100%;
}
}

Expand Down

0 comments on commit e9dbd11

Please sign in to comment.