From 9f951ccc82b7646255c1f4db1f5a150c65329fa2 Mon Sep 17 00:00:00 2001 From: devitway Date: Fri, 20 Mar 2026 19:44:14 +0000 Subject: [PATCH] ui: fix table cell padding alignment Add px-4 to all td cells in Mount Points and Activity tables to match th header padding. Remove non-functional px-4 from tbody elements (CSS padding does not apply to tbody). --- nora-registry/src/ui/components.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nora-registry/src/ui/components.rs b/nora-registry/src/ui/components.rs index f679b8e..c04c12a 100644 --- a/nora-registry/src/ui/components.rs +++ b/nora-registry/src/ui/components.rs @@ -333,9 +333,9 @@ pub fn render_mount_points_table( format!( r##" - {} - {} - {} + {} + {} + {} "##, registry, mount_path, proxy_display @@ -358,7 +358,7 @@ pub fn render_mount_points_table( {} - + {} @@ -388,11 +388,11 @@ pub fn render_activity_row( format!( r##" - {} - {} - {} - {} - {} + {} + {} + {} + {} + {} "##, timestamp, @@ -424,7 +424,7 @@ pub fn render_activity_log(rows: &str, t: &Translations) -> String { {} - + {}