Skip to content

Commit

Permalink
Dvorak/2630 Application status displays correctly (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkunaPatlata authored Sep 9, 2024
1 parent 8417a6a commit 3c5e415
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import 'src/app/shared/styles/full-width-card.scss';

.card-block {
width: 100%;
max-width: 100%;

&:first-child {
width: 100%;
Expand Down Expand Up @@ -113,7 +113,7 @@
flex-direction: column;
justify-content: center;
gap: 10px;
width: 176px;
max-width: 176px;
}
}
}
Expand Down

0 comments on commit 3c5e415

Please sign in to comment.