From 1f036995e3ab67cba4441fd9079e33b9b9ec36c3 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 9 Mar 2023 15:36:13 +0200 Subject: [PATCH] UI: Flot widget - set normal letter spacing --- ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.ts b/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.ts index c0e5aa4212..aae7d2c37a 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.ts @@ -341,6 +341,7 @@ export class TbFlot { private init($element: JQuery, subscription: IWidgetSubscription) { this.$element = $element; + this.$element.css('letter-spacing', 'normal'); this.subscription = subscription; this.comparisonEnabled = this.subscription ? this.subscription.comparisonEnabled : this.settings.comparisonEnabled; if (this.comparisonEnabled) {