Skip to content

Commit

Permalink
fix(formfield): connection container position (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
yd-allianz authored and GitHub Enterprise committed Nov 26, 2021
1 parent f48e824 commit 31d1fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-aquila/src/formfield/formfield.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@


<!-- Give a flex context to properly align suffix, input & postfix -->
<div class="nx-formfield__row" #connectionContainer>
<div class="nx-formfield__row">
<div class="nx-formfield__flexfield">


<div class="nx-formfield__input-container">
<div class="nx-formfield__input-container" #connectionContainer>
<div class="nx-formfield__prefix" *ngIf="_prefixChildren.length">
<ng-content select="[nxFormfieldPrefix]"></ng-content>
</div>
Expand Down

0 comments on commit 31d1fae

Please sign in to comment.