From ba6685e2f2aa798a864e1ff071f64bd3d414291a Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 6 Jun 2024 13:01:45 -0700 Subject: [PATCH] fix(ux): Align filters horizontally on `md` breakpoints and higher (#5265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #5231 Fixes #5232 Screenshot 2024-06-05 at 7 26 19 PM Screenshot 2024-06-05 at 7 26 11 PM Screenshot 2024-06-05 at 7 26 03 PM Screenshot 2024-06-05 at 7 32 16 PM Screenshot 2024-06-05 at 7 32 07 PM Screenshot 2024-06-05 at 7 31 50 PM Screenshot 2024-06-05 at 7 31 48 PM Screenshot 2024-06-05 at 7 31 43 PM --- .../web/lib/web/components/core_components.ex | 8 +- .../web/lib/web/components/form_components.ex | 59 +-- .../web/components/navigation_components.ex | 2 +- elixir/apps/web/lib/web/live/groups/show.ex | 3 +- elixir/apps/web/lib/web/live/resources/new.ex | 2 +- elixir/apps/web/lib/web/live_table.ex | 400 +++++++++--------- 6 files changed, 220 insertions(+), 254 deletions(-) diff --git a/elixir/apps/web/lib/web/components/core_components.ex b/elixir/apps/web/lib/web/components/core_components.ex index 28bdb94f6..b833f7b5b 100644 --- a/elixir/apps/web/lib/web/components/core_components.ex +++ b/elixir/apps/web/lib/web/components/core_components.ex @@ -332,7 +332,7 @@ defmodule Web.CoreComponents do def label(assigns) do ~H""" -