Skip to content

Commit

Permalink
Fix misaligned tooltip when cancel button is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
laxerhd committed Jan 12, 2025
1 parent 6947d0d commit 2765770
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@
<button id="submitButton" class="btn btn-primary" type="submit" [disabled]="!isFormValid()">
<span jhiTranslate="entity.action.submit"></span>
</button>
@if (hasCancelButton()) {
<button type="button" (click)="cancelForm()" class="btn btn-default">
<fa-icon [icon]="faTimes" />&nbsp;<span jhiTranslate="entity.action.cancel"></span>
</button>
}
</span>
@if (hasCancelButton()) {
<button type="button" (click)="cancelForm()" class="btn btn-default">
<fa-icon [icon]="faTimes" />&nbsp;<span jhiTranslate="entity.action.cancel"></span>
</button>
}
</div>
</div>
</form>
Expand Down

0 comments on commit 2765770

Please sign in to comment.