From 9db3518e7675fce35a6004fcc8e00093ecb6ced5 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 6 Jun 2024 04:49:22 -0700 Subject: [PATCH] fix(ux): Remove some padding around vertical_table (#5260) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Before Screenshot 2024-06-05 at 2 08 20 PM # After Screenshot 2024-06-05 at 2 11 58 PM Fixes #5228 --------- Signed-off-by: Jamil --- elixir/apps/web/lib/web/components/table_components.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elixir/apps/web/lib/web/components/table_components.ex b/elixir/apps/web/lib/web/components/table_components.ex index a8343aade..f566b2de9 100644 --- a/elixir/apps/web/lib/web/components/table_components.ex +++ b/elixir/apps/web/lib/web/components/table_components.ex @@ -324,14 +324,14 @@ defmodule Web.TableComponents do <%= render_slot(@label) %> - + <%= render_slot(@value) %>