Skip to content

Commit

Permalink
feat(dashboard/admin-single-user-view): redid a little styling of the…
Browse files Browse the repository at this point in the history
… User info card and the balance card
  • Loading branch information
CodeNamedRobin committed Aug 28, 2024
1 parent f7b0f11 commit d8f3fc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="page-container">
<div class="page-title">{{ `${currentUser ? currentUser.firstName : ''}'s profile` }}</div>
<div class="flex flex-column gap-5">
<div class="flex flex-column md:flex-row flex-wrap justify-content-between gap-5">
<AdminUserInfoCard :user="currentUser"/>
<div class="flex flex-column md:flex-row justify-content-between gap-8">
<AdminUserInfoCard :user="currentUser" class="flex-grow-1"/>
<AdminUserBalance :user="currentUser"/>
</div>
<CardComponent
Expand Down

0 comments on commit d8f3fc2

Please sign in to comment.