UI: Refactoring font panel disabled line height
This commit is contained in:
parent
adfdc3bcb0
commit
62019ffd68
@ -73,7 +73,7 @@
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="tb-form-row no-border no-padding" [fxHide]="disabledLineHeight">
|
||||
<div class="tb-form-row no-border no-padding" *ngIf="!disabledLineHeight">
|
||||
<div class="fixed-title-width" translate>widgets.widget-font.line-height</div>
|
||||
<mat-form-field *ngIf="!autoScale" fxFlex appearance="outline" subscriptSizing="dynamic">
|
||||
<input matInput formControlName="lineHeight" placeholder="{{ 'widget-config.set' | translate }}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user