From de4b4cc619c40c10e33f12a411916111ac6afe3e Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Thu, 15 May 2025 06:43:50 -0400 Subject: [PATCH] last column is not right justified --- desktop/src/main/java/haveno/desktop/haveno.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index ea2939426b..af1cba7e23 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -1143,7 +1143,6 @@ textfield */ } .table-view .table-cell.last-column { - -fx-alignment: center-right; -fx-padding: 6 15 4 0; } @@ -1157,7 +1156,6 @@ textfield */ } .table-view .column-header.last-column .label { - -fx-alignment: center-right; } .table-view .column-header.avatar-column {