Skip to content

Commit

Permalink
Update property-input.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 15, 2024
1 parent c8aae3d commit 1ddfade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<ng-container *ngIf="configuration.propertyType == 'button'">
<button ngb-btn [id]="configuration.propertyName || id"
[class.mb-3]="!noFormGroup"
[buttonClass]="'btn-secondary btn-block'"
style="display: block; width: 100%;"
[disabled]="!configuration.isEditable(data, mode)"
[text]="configuration.getLabel(data, mode)"
[ngbTooltip]="configuration.getRouterLinkTooltip(data, mode)"
Expand Down

0 comments on commit 1ddfade

Please sign in to comment.