From e57477c16a3d6a85f0070290349e63bd6ac0e720 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 24 Jan 2022 19:14:11 +0100 Subject: [PATCH] Use consistent font size for quick bar "Nothing found" note (#11418) --- src/dialogs/quick-bar/ha-quick-bar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dialogs/quick-bar/ha-quick-bar.ts b/src/dialogs/quick-bar/ha-quick-bar.ts index 3695a3e94d..d95f5743c1 100644 --- a/src/dialogs/quick-bar/ha-quick-bar.ts +++ b/src/dialogs/quick-bar/ha-quick-bar.ts @@ -756,7 +756,6 @@ export class QuickBar extends LitElement { .nothing-found { padding: 16px 0px; - font-size: 16px; text-align: center; } `,