Skip to content

Commit

Permalink
fixed stepper issue (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swathi-eGov authored Jul 30, 2024
1 parent 88a40d5 commit 0b31517
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react/css/src/digitv2/components/stepperV2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,15 @@
height: 0.125rem;

@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
min-width: 6.313rem;
max-width: 39.438rem;
}

@media (max-aspect-ratio: 9/16) {
min-width: 4.313rem;
max-width: 16.875rem;
top: 0.875rem;
}

@media (min-aspect-ratio: 3/4) {
min-width: 5.313rem;
max-width: 82.688rem;
}

Expand Down

0 comments on commit 0b31517

Please sign in to comment.