Skip to content

Commit

Permalink
adjust w (#9657)
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-bw authored Jun 14, 2024
1 parent f484dd4 commit e38a39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/web/src/app/auth/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[bitSubmit]="submitForm.bind(null, false)"
[appApiAction]="formPromise"
[formGroup]="formGroup"
class="tw-w-96"
>
<ng-container *ngIf="!validatedEmail">
<div class="tw-mb-3">
Expand Down
4 changes: 2 additions & 2 deletions libs/auth/src/angular/anon-layout/anon-layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ <h1 *ngIf="title" bitTypography="h3" class="tw-mt-8 sm:tw-text-2xl">
<p *ngIf="subtitle" bitTypography="body1">{{ subtitle }}</p>
</div>
<div
class="tw-mb-auto tw-min-w-full tw-max-w-md tw-mx-auto tw-flex tw-flex-col tw-items-center sm:tw-min-w-[28rem]"
class="tw-mb-auto tw-w-full tw-max-w-md tw-mx-auto tw-flex tw-flex-col tw-items-center sm:tw-min-w-[28rem]"
>
<div
class="tw-rounded-xl tw-mb-9 tw-mx-auto tw-min-w-full sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
class="tw-rounded-xl tw-mb-9 tw-mx-auto tw-w-full sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
>
<ng-content></ng-content>
</div>
Expand Down

0 comments on commit e38a39f

Please sign in to comment.