Skip to content

Commit

Permalink
fix: mat-form-field no longer needed class for margin adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlothian committed Jan 30, 2024
1 parent bb7223a commit 4e2b5cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<div class="row">
<div class="col-sm-12">
<form class="margin-left-25 font-md" *ngIf="viewableVerbs$ | async">
<mat-form-field class="margin-bottom-20" [formGroup]="verbForm">
<!-- <mat-form-field class="margin-bottom-20" [formGroup]="verbForm"> -->
<mat-form-field [formGroup]="verbForm">
<input
autocomplete="off"
type="text"
Expand Down

0 comments on commit 4e2b5cb

Please sign in to comment.