From a0bfe9070cee17c46f6e39cd5b05d0ef5964c540 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 24 Jun 2024 13:22:28 -0700 Subject: [PATCH] fix(portal): fix search box width (#5518) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was taking screenshots and needed to fix this text. ## before Screenshot 2024-06-24 at 1 00 07 PM ## after Screenshot 2024-06-24 at 12 59 55 PM --- elixir/apps/web/lib/web/live_table.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elixir/apps/web/lib/web/live_table.ex b/elixir/apps/web/lib/web/live_table.ex index 9f233aaaa..ed00839c0 100644 --- a/elixir/apps/web/lib/web/live_table.ex +++ b/elixir/apps/web/lib/web/live_table.ex @@ -190,7 +190,7 @@ defmodule Web.LiveTable do defp filter(%{filter: %{type: {:string, :websearch}}} = assigns) do ~H""" -
+
<.icon name="hero-magnifying-glass" class="w-5 h-5 text-neutral-500" /> @@ -225,7 +225,7 @@ defmodule Web.LiveTable do defp filter(%{filter: %{type: {:string, :email}}} = assigns) do ~H""" -
+
<.icon name="hero-magnifying-glass" class="w-5 h-5 text-neutral-500" />