Skip to content

Commit 41021c4

Browse files
author
System Administrator
committed
Remove extra spacing in the previous commit
1 parent 4e9b321 commit 41021c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/form-field/form-field.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="mat-form-field-flex" #connectionContainer
33
(click)="_control.onContainerClick && _control.onContainerClick($event)">
44

5-
<!-- Outline used for outline appearance. -->
5+
<!-- Outline used for outline appearance. -->
66
<ng-container *ngIf="appearance == 'outline'">
77
<div class="mat-form-field-outline">
88
<div class="mat-form-field-outline-start" [style.width.px]="_outlineGapStart"></div>

0 commit comments

Comments
 (0)