From a78ddb50fdf0c073a768ddffe39c106654b31e1c Mon Sep 17 00:00:00 2001 From: Wendelin <12148533+wendevlin@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:25:31 +0100 Subject: [PATCH] Fix time input with helper text width (#23134) * Fix time input with helper text width * Make time input help text always newline * Put helper text out of base-time-input --- src/components/ha-base-time-input.ts | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/components/ha-base-time-input.ts b/src/components/ha-base-time-input.ts index 91250e7add..7f8a9ddfc0 100644 --- a/src/components/ha-base-time-input.ts +++ b/src/components/ha-base-time-input.ts @@ -134,7 +134,7 @@ export class HaBaseTimeInput extends LitElement { return html` ${this.label ? html`` - : ""} + : nothing}