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;