Skip to content

Commit

Permalink
fix: button height issue, fixes #17328
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 8, 2025
1 parent 5020d66 commit 19eb158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primeng/src/button/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export class ButtonDirective extends BaseComponent implements AfterViewInit, OnD
[attr.type]="type"
[attr.aria-label]="ariaLabel"
[ngStyle]="style"
style="height:100%"
[disabled]="disabled || loading"
[ngClass]="buttonClass"
(click)="onClick.emit($event)"
Expand Down

0 comments on commit 19eb158

Please sign in to comment.