From 7083b3d8d2c81fa4ab14f21d379befbb2dab5b6c Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 19 Mar 2023 12:29:23 +0100 Subject: [PATCH] card/ThFilterRunner: text align left --- src/components/cards/ThFilterRunner.svelte | 2 +- src/components/cards/ThFilterStatus.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cards/ThFilterRunner.svelte b/src/components/cards/ThFilterRunner.svelte index 47a84120..d36d7335 100644 --- a/src/components/cards/ThFilterRunner.svelte +++ b/src/components/cards/ThFilterRunner.svelte @@ -49,7 +49,7 @@ width: 100%; height: 24px; border: none; - text-align: center; + text-align: left; background: inherit; outline: 0; font-size: 14px; diff --git a/src/components/cards/ThFilterStatus.svelte b/src/components/cards/ThFilterStatus.svelte index 4abd9fd4..84cfd53f 100644 --- a/src/components/cards/ThFilterStatus.svelte +++ b/src/components/cards/ThFilterStatus.svelte @@ -37,7 +37,7 @@ width: 100%; height: 24px; border: none; - text-align: center; + text-align: left; background: inherit; outline: 0; font-size: 14px;