Skip to content

Commit

Permalink
Adjust add model mat to same width as other mats
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Oct 24, 2023
1 parent cc8406c commit 6174ff0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
-->

<div class="flex-center">
<mat-card *ngIf="projectService.project$ | async">
<mat-card
class="w-[400px] max-w-[85vw] !pb-0.5 pr-0"
*ngIf="projectService.project$ | async"
>
<form [formGroup]="form" (ngSubmit)="onSubmit()">
<fieldset class="flex flex-wrap">
<mat-form-field appearance="fill">
Expand Down

0 comments on commit 6174ff0

Please sign in to comment.