Fix menu button auto font size
This commit is contained in:
parent
4572d49a0e
commit
5efbbcbeb1
1 changed files with 5 additions and 1 deletions
|
@ -54,7 +54,11 @@
|
|||
<ul class="ul-unstyle">
|
||||
<li *ngFor="let link of menuSection.links">
|
||||
@if (link.isPrimaryButton === true) {
|
||||
<my-button class="d-block menu-button" [ngClass]="link.ngClass" theme="primary" [icon]="link.icon" [title]="link.label" [ptRouterLink]="link.path" [ptQueryParams]="link.query" [href]="link.url">
|
||||
<my-button
|
||||
class="d-block menu-button" [ngClass]="link.ngClass" theme="primary" [icon]="link.icon"
|
||||
[title]="link.label" [ptRouterLink]="link.path" [ptQueryParams]="link.query" [href]="link.url"
|
||||
autoFontSize="true"
|
||||
>
|
||||
@if (!collapsed) {
|
||||
{{ link.label }}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue