Browse Source

UI: Hide line height

pull/9442/head
Artem Dzhereleiko 3 years ago
parent
commit
954961f064
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/settings/common/font-settings-panel.component.html

2
ui-ngx/src/app/modules/home/components/widget/lib/settings/common/font-settings-panel.component.html

@ -73,7 +73,7 @@
</mat-select>
</mat-form-field>
</div>
<div class="tb-form-row no-border no-padding">
<div class="tb-form-row no-border no-padding" [fxHide]="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…
Cancel
Save