diff --git a/ts/routes/graphs/CardCounts.svelte b/ts/routes/graphs/CardCounts.svelte index a561d4997..60b0c421d 100644 --- a/ts/routes/graphs/CardCounts.svelte +++ b/ts/routes/graphs/CardCounts.svelte @@ -127,11 +127,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } .search-link { - border: none; + border: 1px transparent solid; background: transparent; cursor: pointer; box-shadow: none; - padding: 1px 3px; + padding: 0 2px; margin-bottom: 0px; }