Skip to content

Commit

Permalink
[PM-9707] [Boostrap] Fix avatar and customize placement (#10093)
Browse files Browse the repository at this point in the history
The Avatar customize button appeared below the avatar after removing Boostrap. This resolves it by adding flex, it also has the added benefit of aligning the button vertically as it's currently slightly misaligned.
  • Loading branch information
Hinton authored Jul 12, 2024
1 parent eceec4b commit 06cf849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/auth/settings/account/profile.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</bit-form-field>
</div>
<div class="tw-col-span-6">
<div class="tw-mb-3">
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" [size]="'large'">
<div class="tw-mb-3 tw-flex tw-align-middle tw-items-center">
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" size="large">
</dynamic-avatar>
<button
class="tw-ml-3"
Expand Down

0 comments on commit 06cf849

Please sign in to comment.