Skip to content

Commit

Permalink
Fix waiting list action view's responsiveness.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Sep 11, 2024
1 parent 06d2caf commit d0f1e33
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/src/views/WaitingListActionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ onMounted(async () => {
margin-bottom: 1.5625rem;
}
.btn-close {
/* Right align */
margin-right: 2rem;
margin-left: auto;
@media (--md) {
.btn-close {
/* Right align */
margin-right: 2rem;
margin-left: auto;
}
}
</style>

0 comments on commit d0f1e33

Please sign in to comment.